1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

GitHub Releases 対応

This commit is contained in:
Nebel 2021-08-29 18:01:41 +09:00
parent 92982b67af
commit 4140566257
2 changed files with 7 additions and 5 deletions

View file

@ -20,4 +20,4 @@ jobs:
npm i npm i
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config user.name "${GITHUB_ACTOR}" git config user.name "${GITHUB_ACTOR}"
npx release-it --ci -- "${{ github.event.inputs.version }}" GITHUB_TOKEN="${{ github.token }}" npx release-it --ci -- "${{ github.event.inputs.version }}"

View file

@ -5,6 +5,11 @@
## [Unreleased] ## [Unreleased]
### 新機能
- GitHub Releases 対応
- _なにかステキな機能_
## [0.0.2] - 2021-08-29 ## [0.0.2] - 2021-08-29
### 修正 ### 修正
@ -32,8 +37,5 @@
## [0.0.0] ## [0.0.0]
[unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD [unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD
[0.0.2]: https://github.com/kou029w/_/compare/null...0.0.2 [0.0.2]: https://github.com/kou029w/_/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/kou029w/_/tree/0.0.1 [0.0.1]: https://github.com/kou029w/_/tree/0.0.1
[Unreleased]: https://github.com/kou029w/_/compare/0.0.2...HEAD