Skip to content

Commit

Permalink
chore: Update docs for release and update action image
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jun 24, 2024
1 parent 7793513 commit ab30663
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 112 deletions.
7 changes: 4 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

To create a release we need to:

1. Manually trigger the [`release`](.github/workflows/release.yaml) workflow to build new images
2. Update the image tag in the [action.yaml](action.yaml)
3. Push the change and create a GitHub release post for the repo
1. Increment the version in the [Cargo.toml](./Cargo.toml)
2. Manually trigger the [`release`](.github/workflows/release.yaml) workflow to build a new image
3. Update the image tag in the [action.yaml](action.yaml) and commit that to the main branch
4. Create a GitHub release post for the repo, with the version tag (e.g., `v3.0.0`)

# Running lints and tests

Expand Down
108 changes: 0 additions & 108 deletions MIGRATION.md

This file was deleted.

2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/snok/container-retention-policy:v3.0.0-rc2'
image: 'docker://ghcr.io/snok/container-retention-policy:v3.0.0'
args:
- --account=${{ inputs.account }}
- --token=${{ inputs.token }}
Expand Down

0 comments on commit ab30663

Please sign in to comment.