Skip to content

Commit

Permalink
📝 Update release instructions
Browse files Browse the repository at this point in the history
Ensure that the frontend package version is also bumped.
  • Loading branch information
sergei-maertens committed May 2, 2024
1 parent 6708c1d commit 155e41e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ After updating changelogs etc.
.. code-block:: bash
tbump {new-version} --only-patch
cd js
npm version major|minor|patch --no-git-tag-version
cd ..
git commit -am ":bookmark: Bump to version <X.Y.Z>"
git tag -s X.Y.Z
git push origin master --tags

0 comments on commit 155e41e

Please sign in to comment.