Skip to content

Commit

Permalink
🔧 Encapsulate release flow option in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 29, 2024
1 parent a347f43 commit 08d7b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git-tag-version=false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The latter form is harder to keep track off across files though.
We don't let `npm` apply the git tags when releasing a new version, instead follow this process:

```bash
npm version --no-git-tag-version minor
npm version minor
git commit -am ":bookmark: Bump to version <newVersion>"
git tag "<newVersion>"
git push origin main --tags
Expand Down

0 comments on commit 08d7b4f

Please sign in to comment.