Skip to content

Commit

Permalink
Merge pull request #11 from haru52/release-v1.0.0
Browse files Browse the repository at this point in the history
feat: v1.0.0 をリリース
  • Loading branch information
haru52 committed Nov 25, 2023
2 parents 21346df + 54d27dd commit ffacb56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#pushing-package.json-changes-to-a-master-branch
# 当リポジトリのリリースブランチ(例:main)に対するブランチ保護が有効
# な場合、次の行をアンコメントしてください。
# persist-credentials: false
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -29,12 +29,12 @@ jobs:
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions#pushing-package.json-changes-to-a-master-branch
# 当リポジトリのリリースブランチ(例:main)に対するブランチ保護が有効
# な場合、上方の `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` を削除
# またはコメントアウトし、次の行をアンコメントしてください。
# GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

# 当リポジトリが npm パッケージプロジェクトである場合、
# 次の行をアンコメントしてください。
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-lecture-license",
"version": "0.1.0",
"version": "1.0.0",
"description": "マジック(手品)本などの購入者に対して権利と義務を規定するライセンス。",
"private": true,
"engines": {
Expand Down

0 comments on commit ffacb56

Please sign in to comment.