Skip to content

Commit 6be9597

Browse files
chore: update instructions for the release process (#12654)
* chore: update instructions for the release process * Update CONTRIBUTING.md Co-authored-by: Russell Wheatley <[email protected]> --------- Co-authored-by: Russell Wheatley <[email protected]>
1 parent f92268b commit 6be9597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@ Some things to keep in mind before publishing the release:
301301
2. Run `git pull origin master`.
302302
3. Run `git pull --tags` to make sure all tags are fetched.
303303
4. Create new branch with the signature "release/[year]-[month]-[day]".
304-
5. Run `melos version --no-git-tag-version` to automatically version packages and update Changelogs.
305-
6. Run `melos publish` to dry run and confirm all packages are publishable.
306-
7. After successful dry run, commit all changes with the signature "chore(release): prepare for release".
304+
5. Push your branch to git running `git push origin [RELEASE BRANCH NAME]`.
305+
6. Run `melos version` to automatically version packages and update Changelogs.
306+
7. Run `melos publish` to dry run and confirm all packages are publishable.
307307
8. Run `git push origin [RELEASE BRANCH NAME]` & open pull request for review on GitHub.
308308
9. After successful review and merge of the pull request, switch to `master` branch locally, & run `git pull origin master`.
309-
10. Run `melos publish --no-dry-run --git-tag-version` to now publish to Pub.dev.
309+
10. Run `melos publish --no-dry-run` to now publish to Pub.dev.
310310
11. Run `git push --tags` to push tags to repository.
311311
12. Ping @kevinthecheung to get the changelog in Firebase releases.
312312

0 commit comments

Comments
 (0)