Skip to content

Commit

Permalink
Clarify README
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Apr 4, 2024
1 parent 3ed3d10 commit f7d5795
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Development
### Releases

1. Check the CHANGELOG, to ensure that the next version number is correct according to semver and there is no "(unreleased)" after the next version number.
2. Commit these changes, commit message "Release x.y.z"
3. Push these changes
4. Tag the latest commit with "x.y.z"
5. Push the tag.
2. If necessary, commit these changes, commit message "Release x.y.z".
3. Tag the latest commit with "x.y.z".
4. Push commit + tag.
5. Create a release in GitHub.

Publishing to npm is done automatically in a GitHub action.

0 comments on commit f7d5795

Please sign in to comment.