mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
GitHub Releases 対応
This commit is contained in:
parent
92982b67af
commit
4140566257
2 changed files with 7 additions and 5 deletions
2
.github/workflows/release-it.yml
vendored
2
.github/workflows/release-it.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
|||
npm i
|
||||
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
||||
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 }}"
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### 新機能
|
||||
|
||||
- GitHub Releases 対応
|
||||
- _なにかステキな機能_
|
||||
|
||||
## [0.0.2] - 2021-08-29
|
||||
|
||||
### 修正
|
||||
|
@ -32,8 +37,5 @@
|
|||
## [0.0.0]
|
||||
|
||||
[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
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/kou029w/_/compare/0.0.2...HEAD
|
||||
|
|
Loading…
Add table
Reference in a new issue