Skip to content

Commit

Permalink
Update PUBLISHING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Apr 28, 2024
1 parent 4e8a8f8 commit 0087c74
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Edit `CHANGELOG.md`: Add the version you are about to release just below the `##
Commit the changes.

git add package.json package-lock.json CHANGELOG.md
git commit -m "Set version to 2.11.0"
git commit -m "Changes for 2.11.0"

### Update README when API docs changed

Expand All @@ -31,15 +31,19 @@ When the above results in changes to README.md, commit these changes to master:

### Merge the release branch

Create a pull request and merge the release branch. This allows for any final review of upgrade notes or other parts of the changelog.
Create a pull request

git push origin release-v2.10.0

and merge the release branch. This allows for any final review of upgrade notes or other parts of the changelog.

### Publish to npm

npm publish

### Commit release artifacts

git add -f dist
git add -f dist/*
git commit -m "Add dist for v2.11.0"

### Create and push a tag
Expand Down

0 comments on commit 0087c74

Please sign in to comment.