Skip to content

Commit

Permalink
Merge pull request #8 from perses/antoinethebaud/release-0.7.1
Browse files Browse the repository at this point in the history
Prepare release v0.7.1
  • Loading branch information
AntoineThebaud authored Nov 19, 2024
2 parents 83e464c + 7eb5c4a commit fa40d40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Releasing a new version of perses/github-actions

- Append a commit "Prepare release vX.Y.Z" to the main branch that changes the `ref` number in [action.yaml](action.yaml) to the new version vX.Y.Z.
- Create the release from github UI ("Draft a new release").
- Create a new tag named vX.Y.Z targetting the main branch.
- Fill title & desc
- Publish
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ runs:
with:
repository: 'perses/github-actions'
path: '.github/perses-ci'
ref: v0.5.2
ref: v0.7.1

0 comments on commit fa40d40

Please sign in to comment.