Skip to content

Commit 2438fb3

Browse files
committed
fix: use next version in changelog
1 parent 12b1e48 commit 2438fb3

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/PULL_REQUEST_TEMPLATE/release_template.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ Follow "Publishing a release" steps in `ci/README.md`
1212

1313
<!-- Note some of these steps below are redundant since they're listed in the "Publishing a release" docs -->
1414

15-
- [ ] double-check github release tag is the commit with artifacts (_note gets messed up after uploading assets_)
1615
- [ ] publish release and merge PR
1716
- [ ] update the AUR package

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Changelog
44

55
- [Changelog](#changelog)
6-
- [3.11.0](#3110)
6+
- [Next Version](#next-version)
77
- [New Features](#new-features)
88
- [Bug Fixes](#bug-fixes)
99
- [Documentation](#documentation)
@@ -30,7 +30,7 @@ We copy from here into the release notes.
3030
<!--
3131
Add next version above previous version but below this line using the template
3232
33-
## 0.0.0
33+
## Next Version
3434
3535
VS Code v0.00.0
3636
@@ -52,7 +52,7 @@ VS Code v0.00.0
5252
5353
-->
5454

55-
## 3.11.0
55+
## Next Version
5656

5757
VS Code v1.56
5858

ci/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ Any file or directory in this subdirectory should be documented here.
2424
- It will upload them to the draft release.
2525
6. Run some basic sanity tests on one of the released packages.
2626
- Especially make sure the terminal works fine.
27-
7. Make sure the github release tag is the commit with the artifacts.
28-
8. Publish the release and merge the PR.
27+
7. Publish the release and merge the PR.
2928
1. CI will automatically grab the artifacts and then:
3029
1. Publish the NPM package from `npm-package`.
3130
2. Publish the Docker Hub image from `release-images`.
32-
9. Update the AUR package.
31+
8. Update the AUR package.
3332
- Instructions on updating the AUR package are at [cdr/code-server-aur](https://github.com/cdr/code-server-aur).
34-
10. Wait for the npm package to be published.
33+
9. Wait for the npm package to be published.
3534

3635
## dev
3736

0 commit comments

Comments
 (0)