Skip to content

Commit 881c802

Browse files
committed
Update release instructions
1 parent 6c84a77 commit 881c802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Releasing the extension
22

3-
0. Work in a branch. I sometimes go with `ship-<version-num>`, for example, `ship-191`.
43
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`.
4+
0. Work in a branch. I sometimes go with `ship-<version-num>`, for example, `ship-191`.
5+
0. Update the version to the major sprint number using `npm version --no-git-tag-version 1.THE_SPRINT_VERSION.0`.
66
- Replace `THE_SPRINT_VERSION` with `patch` if you are doing a bugfix release.
77
0. Ensure the [CHANGELOG](CHANGELOG.md) is up to date.
88
0. Update the [service schema](#bumping-service-schema).

0 commit comments

Comments
 (0)