- Change version in
package.json
to something like2023.9.0-beta
npm install
make package
code --install-extension ctags-companion-2023.9.0-beta.vsix
- Manually test the extension on a few projects
- Rebuild ctags task
- Go to Symbol in Workspace
- Go to Symbol in File
- Go to Definition
- Bump version in
package.json
andnpm install
.- Version should be in the CalVer format of
YYYY.MM.MICRO
, e.g.2023.9.0
,2023.9.1
,2023.9.2
and so on. The final number (MICRO) is sequential and does not correspond to a calendar day. - A pre-release version may look something like this:
2023.9.0-beta
.
- Version should be in the CalVer format of
- Ensure
CHANGELOG.md
is up to date.- Change the "Unreleased" heading to the version you are about to release.
- Ensure
README.md
is up to date.- Use
make docs
to generate the Settings section.
- Use
- Commit changes.
make publish
- Create a release together with a new tag in GitHub.