Skip to content

Commit 49e8caf

Browse files
committed
release: adjust to create CHANGELOG.md early
Change-Id: Ifa247132ae22e3d61cb54149678582ffe5a0f1a7 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/339774 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 930647a commit 49e8caf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/release_plan.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
- [ ] Create a milestone with the issues that are fixed by this release
55
- [ ] Update `master` for the release
66
- [ ] Update hardcoded latest version for `dlv-dap` and `gopls`
7+
- [ ] Update [`CHANGELOG.md`](https://github.com/golang/vscode-go/blob/master/CHANGELOG.md)
8+
- [ ] Make sure the "Thanks" section is up-to-date
9+
- [ ] Check the Markdown rendering to make sure everything looks good
710
- [ ] Update `release` for the release
811
- [ ] Create a branch against `release` for a pull request
912
- [ ] Merge changes from `master` to prepare for the release
1013
- [ ] Change the version in [`package.json`](https://github.com/golang/vscode-go/blob/master/package.json) from a `-dev` suffix
1114
- [ ] Run `npm install` to make sure [`package-lock.json`](https://github.com/golang/vscode-go/blob/master/package.json) is up-to-date
1215
- [ ] Update the license file (`$ tools/license.sh; mv LICENSE.prod LICENSE`)
13-
- [ ] Update [`CHANGELOG.md`](https://github.com/golang/vscode-go/blob/master/CHANGELOG.md)
14-
- [ ] Make sure the "Thanks" section is up-to-date
15-
- [ ] Check the Markdown rendering to make sure everything looks good
1616
- [ ] Check the [Long Tests status](https://github.com/golang/vscode-go/actions?query=workflow%3A%22Long+Tests%22) is green. Otherwise, fix the tests, send cls for review, submit them, and repeat.
1717
- [ ] Perform manual [smoke tests]( https://github.com/golang/vscode-go/blob/master/docs/smoke-test.md)
1818
- [ ] Create new version tag for X.XX.X-rc.1 at gerrit’s vscode-go [repo management page](https://go-review.googlesource.com/admin/repos/vscode-go,tags)
1919
- [ ] Go to the release page https://github.com/golang/vscode-go/releases and check if the new release candidate is up. If necessary, you can manually edit the comment by clicking the “Edit” button. Don’t mutate uploaded vsix.
2020
- [ ] Ask editor team and contributors to this release to test the release candidate
2121

2222
# Release Candidate >1 (if necessary)
23-
- ] Fix any bugs on `master` and cherry pick changes to `release
23+
- [ ] Fix any bugs on `master` and cherry pick changes to `release
2424
- [ ] Create new version tag for X.XX.X-rc.1 at gerrit’s vscode-go [repo management page](https://go-review.googlesource.com/admin/repos/vscode-go,tags)
2525
- [ ] Go to the release page https://github.com/golang/vscode-go/releases and check if the new release candidate is up. If necessary, you can manually edit the comment by clicking the “Edit” button. Don’t mutate uploaded vsix.
2626
- [ ] Ask editor team and contributors to this release to test the release candidate
@@ -36,4 +36,3 @@
3636
- [ ] Bump the version number to the next monthly ("X.XX.X-dev") release in the `master` branch
3737
- [ ] `package.json`
3838
- [ ] `package-lock.json`
39-
- [ ] Cherry pick CHANGELOG.md back to master

0 commit comments

Comments
 (0)