mirror of
https://github.com/markusmo3/obsidian-private-mode.git
synced 2026-07-22 12:20:24 +00:00
488 B
488 B
Releasing
You can simplify the version bump process by running npm version patch, npm version minor or npm version major after updating minAppVersion manually in manifest.json. The command will bump version in manifest.json and package.json, and add the entry for the new version to versions.json
There is an automatic GitHub release workflow in place that gets triggered on a push of a tag.
To create a new tag use git tag 1.0.1 and to push a tag use git push origin 1.0.1.