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
Describe the idea you'd like
semantic-release を追加する。 現在のrelease用workflowを置き換え。
Additional context
https://krdlab.hatenablog.com/entry/2020/01/03/163307 https://dev.classmethod.jp/articles/github-actions-semantic-release-sample/ https://semantic-release.gitbook.io/semantic-release/
設定を package.json に記述する説明が各所でなされているが、 .releaserc.js とか .releaserc.json を配置しても読み込めるらしい。 https://semantic-release.gitbook.io/semantic-release/usage/configuration#configuration-file
package.json
.releaserc.js
.releaserc.json
The text was updated successfully, but these errors were encountered:
バージョンが 0.x.x だと使えないっぽいので、バージョンを 1.x.x に上げたときに検討。
0.x.x
1.x.x
Sorry, something went wrong.
Hiratake
No branches or pull requests
Describe the idea you'd like
semantic-release を追加する。
現在のrelease用workflowを置き換え。
Additional context
https://krdlab.hatenablog.com/entry/2020/01/03/163307
https://dev.classmethod.jp/articles/github-actions-semantic-release-sample/
https://semantic-release.gitbook.io/semantic-release/
設定を
package.json
に記述する説明が各所でなされているが、.releaserc.js
とか.releaserc.json
を配置しても読み込めるらしい。https://semantic-release.gitbook.io/semantic-release/usage/configuration#configuration-file
The text was updated successfully, but these errors were encountered: