From 414056625796cb944b6e700766dcdcc601bc2afb Mon Sep 17 00:00:00 2001 From: Kohei Watanabe <kou029w@gmail.com> Date: Sun, 29 Aug 2021 18:01:41 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Releases=20=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-it.yml | 2 +- release-it/CHANGELOG.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) 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