プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

GitHub Releases 対応

Kohei Watanabe (Aug 29, 2021, 6:01 PM +0900) 41405662 92982b67

+7 -5
+1 -1
.github/workflows/release-it.yml
··· 20 20 npm i 21 21 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" 22 22 git config user.name "${GITHUB_ACTOR}" 23 - npx release-it --ci -- "${{ github.event.inputs.version }}" 23 + GITHUB_TOKEN="${{ github.token }}" npx release-it --ci -- "${{ github.event.inputs.version }}"
+6 -4
release-it/CHANGELOG.md
··· 5 5 6 6 ## [Unreleased] 7 7 8 + ### 新機能 9 + 10 + - GitHub Releases 対応 11 + - _なにかステキな機能_ 12 + 8 13 ## [0.0.2] - 2021-08-29 9 14 10 15 ### 修正 ··· 32 37 ## [0.0.0] 33 38 34 39 [unreleased]: https://github.com/kou029w/_/compare/0.0.1...HEAD 35 - [0.0.2]: https://github.com/kou029w/_/compare/null...0.0.2 40 + [0.0.2]: https://github.com/kou029w/_/compare/0.0.1...0.0.2 36 41 [0.0.1]: https://github.com/kou029w/_/tree/0.0.1 37 - 38 - 39 - [Unreleased]: https://github.com/kou029w/_/compare/0.0.2...HEAD