alberti42_obsidian-plugins-.../.github/workflows
Andrea Alberti a2c0bc8a1e
build: added automated workflow for publishing releases
- versions.json — added "1.7.10": "1.5.0" so the current version is represented; npm version will keep it updated from here on
- .github/workflows/release.yml — new file; triggers on any X.Y.Z tag, builds the plugin, uses the matching release-notes/release-X.Y.Z.md (or generates a placeholder), appends a full-changelog link, and creates a draft release with dist/main.js, dist/manifest.json, dist/styles.css

To cut a release going forward:

npm version patch   # or minor / major / explicit version
git push && git push --tags

Then review and publish the draft on GitHub.
2026-02-25 15:33:42 +01:00
..
release.yml build: added automated workflow for publishing releases 2026-02-25 15:33:42 +01:00