Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 524 Bytes

RELEASE.md

File metadata and controls

15 lines (10 loc) · 524 Bytes

Releasing

Followin the same as: https://forum.obsidian.md/t/using-github-actions-to-release-plugins/7877

Steps

  1. Increment version in manifest.json.
  2. Add an entry to the changelog in README.md
  3. Set Obsidian version that is supported in versions.json.
  4. Push the main branch to Github.
  5. Set git tag with version: git tag <version number>.
  6. Push the new tag to Github with: git push origin --tags.

This should trigger the Github workflow to build a release with the specified latest tag.