Skip to content

Commit

Permalink
Merge pull request #70 from pddg/gen_notes
Browse files Browse the repository at this point in the history
リリースノートを自動生成する
  • Loading branch information
pddg authored Jan 28, 2023
2 parents 68b8def + 472fbcb commit b70233e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
VERSION=$(echo ${{ github.ref }} | sed -e "s#refs/tags/##g")
gh release create ${VERSION} -t "${VERSION}" ./${{ env.ARTIFACT_NAME }}
gh release create ${VERSION} --generate-notes ./${{ env.ARTIFACT_NAME }}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: "16.x"
node-version: "18.x"

- uses: reviewdog/action-setup@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ branch=wip
draft:
git checkout -b $(branch)
git commit -m "WIP" --allow-empty
git push -u origin $(branch)
hub compare
gh pr create

0 comments on commit b70233e

Please sign in to comment.