You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,14 @@ This is a guide for maintainers.
5
5
To release a new version, take the following steps:
6
6
7
7
1. Check if the latest CI is successful on [GitHub Actions](https://github.com/stylelint/vscode-stylelint/actions/workflows/testing.yml).
8
-
2. Create a pull request to prepare the release, determining a new version and updating the changelog. E.g., "Prepare 1.0.0"
8
+
2. Create a pull request to prepare the release.
9
+
1. Determine a new version, such as "1.0.0".
10
+
2. Update `CHANGELOG.md` to add the new version and notable changes since the last version.
11
+
3. Run `NEW_VERSION=<new_version> npm run prepare-release` to commit the changes, including `package.json`.
12
+
4. Push a new commit.
13
+
5. Create a pull request.
9
14
3. Merge the pull request if it's approved.
10
15
4. Wait until the latest CI is completed.
11
-
5. Run the releasing workflow with a new version input on [GitHub Actions](https://github.com/stylelint/vscode-stylelint/actions/workflows/releasing.yml) if there are no problems on the CI.
16
+
5. Run the releasing workflow on [GitHub Actions](https://github.com/stylelint/vscode-stylelint/actions/workflows/releasing.yml) if the CI succeeds.
12
17
6. Confirm that the new version is available on [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint).
18
+
7. Adjust the release notes on [GitHub Releases](https://github.com/stylelint/vscode-stylelint/releases).
0 commit comments