We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When version in package.json is updated, the GitHub action should
version
package.json
npm run version
manifest.json
versions.json
npm run build
styles.css
main.js
The text was updated successfully, but these errors were encountered:
FYI
Codes above require update version manually in manifest.json. I found this thread in Obsidian Forum including some bash scripts allowing update manifest.json automatically. https://forum.obsidian.md/t/using-github-actions-to-release-plugins/7877
Sorry, something went wrong.
No branches or pull requests
When
version
inpackage.json
is updated, the GitHub action shouldnpm run version
to updatemanifest.json
andversions.json
, and commit these changesnpm run build
to generate newstyles.css
andmain.js
manifest.json
,main.js
, andstyles.css
The text was updated successfully, but these errors were encountered: