We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c84a77 commit 881c802Copy full SHA for 881c802
RELEASE.md
@@ -1,8 +1,8 @@
1
# Releasing the extension
2
3
-0. Work in a branch. I sometimes go with `ship-<version-num>`, for example, `ship-191`.
4
0. Find the current sprint using https://whatsprintis.it.
5
-0. Update the version to the major sprint number using `npm version --no-git-tag-version THE_SPRINT_VERSION`.
+0. Work in a branch. I sometimes go with `ship-<version-num>`, for example, `ship-191`.
+0. Update the version to the major sprint number using `npm version --no-git-tag-version 1.THE_SPRINT_VERSION.0`.
6
- Replace `THE_SPRINT_VERSION` with `patch` if you are doing a bugfix release.
7
0. Ensure the [CHANGELOG](CHANGELOG.md) is up to date.
8
0. Update the [service schema](#bumping-service-schema).
0 commit comments