Prompt file imported from microsoft/vscode-js-debug (
.github/prompts/rev.prompt.md). Copyright stays with the author.
The user will give you a target revision version.
- Check out a new branch
rev/<version> - Review the changes since the last released version
- Update the CHANGELOG.md as necessary, creating a header for the current version, adding any new notes in there in the style of existing notes, and then adding a new "Unreleased" header
- Use the "ask questions" tool to confirm with the user that the notes are good or ask for their feedback on the generated notes
- Update the version in the package.json, then run
npm installso the package-lock is updated to - Commit everything as
chore: prep v<version>, create a PR, and set it to auto-merge