obsidian-sample-plugin
obsidian-sample-plugin copied to clipboard
Automate release process with a GitHub action
Adds the option for people who use this template to push version tags to automate (nearly) every part of a standard Obsidian release.
When pushing a valid tag, e.g. 1.2.3 this action:
- Updates
manifest.json,package.json, andpackage-lock.jsonwith the version from the tag. - Commit the updates to your repo (that will need to be pulled down locally before making further changes).
- Creates a new GitHub release for the tag.
Hi @mwoz123 , I recently create a new MR to do the CI automated for release, bump version also
Can u check is it okay to merge ?
Thanks
MR: https://github.com/obsidianmd/obsidian-sample-plugin/pull/124
@chaintng I'm not the owner of the repo nor GitHub DevOps expert.
@Ebonsignori asked me close my PR in favour of this, improved PR, so I agreed and put some comments here.