Skip to content

Commit

Permalink
Merge branch 'community-standards' of github.com:eWaterCycle/setup-ap…
Browse files Browse the repository at this point in the history
…ptainer into community-standards
  • Loading branch information
sverhoeven committed Oct 18, 2022
2 parents 6b0989b + 509b752 commit 829b4d9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,11 @@ $ git push

Create a release on https://github.com/setup-apptainer/setup-apptainer/releases/new with semantic versioning.

Create short tag (`v<number>`) with
```bash
$ git pull
$ git checkout main
$ git tag -fa v2 -m "Update v2 tag"
$ git push origin v2 --force
Following the [documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md), add a short tag, such that the major version tag points to the latest stable release for that major version:
```
git pull
git tag -fa v2 -m "Update v2 tag"
git push origin v2 --force
```

Your action is now published! :rocket:

See the [versioning documentation](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)

0 comments on commit 829b4d9

Please sign in to comment.