diff --git a/.github/workflows/release-it.yml b/.github/workflows/release-it.yml index 5341330..0ae97d2 100644 --- a/.github/workflows/release-it.yml +++ b/.github/workflows/release-it.yml @@ -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 }}" diff --git a/release-it/CHANGELOG.md b/release-it/CHANGELOG.md index 8b76af3..1a09279 100644 --- a/release-it/CHANGELOG.md +++ b/release-it/CHANGELOG.md @@ -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