Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Nov 15, 2023
1 parent 39f8ea4 commit 9537acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ The following quick guide is intended to help content contributors find a starti
### Release

1. Increase `package.json` semver.
2. Any commit with release tag `git tag v<Placeholder>`, where `<Placeholder>` must be equal to `package.json` version, will trigger release pipeline in GitHub actions.
2. Any commit with release tag `git tag <Placeholder>`, where `<Placeholder>` must be equal to `package.json` version, will trigger release pipeline in GitHub actions.
3. Push tag with `git push --follow-tags`

### Issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ARCitect",
"version": "v0.0.14",
"version": "v0.0.15",
"private": true,
"engines": {
"node": ">=v16.13",
Expand Down

0 comments on commit 9537acd

Please sign in to comment.