Skip to content

Commit

Permalink
リリース方法のドキュメントを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Dec 26, 2024
1 parent 0ac26df commit 8926fbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
```console
$ git switch main
$ git pull
$ yarn version --no-git-tag-version
$ git commit -am "vX.X.X"

$ # package.json 内の version と、README のインストール方法に書かれているバージョンを更新
$ # TODO: バージョン更新用のスクリプトを用意する

$ git commit -am "vX.X.X"
$ git push
$ # push すると CI により自動で publish されます
$ # Breaking Changes がある場合など、必要に応じて GitHub の
Expand Down

0 comments on commit 8926fbc

Please sign in to comment.