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
The `release` workflow will run with the follow steps by trigger manually:
1. Set up job and checkout code for all history with tags.
2. Bump version of `package.json` and write change log with `standard-version`.
3. Pretty the format of `CHANGELOG.md` and push the commit.
4. Follow the [official tutorials](https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions-automated-publishing) to publish extension.
5. Build the `.vsix`.
6. Get the release note from the formated `CHANGELOG.md` by using `mindsers/changelog-reader-action`.
7. Create release.
8. Upload release asset.
Other changes:
1. add `CHANGELOG.md` into `.prettierignore`.
2. add the script `deploy` for publish.
3. delete the script `version`.
4. delete the script `release`.
5. use the cmd of `sed 's/^### \[/## [/' -i CHANGELOG.md` to change the changelog content, because it will make content to fit the markdown rules.
6. use the cmd of `yarn prettier --write CHANGELOG.md --prose-wrap never --ignore-path ./gitignore
` to pretty the format of `CHANGELOG.md`, and it will make content to fill correcttly with the release body.
Close#59
No description provided.
The text was updated successfully, but these errors were encountered: