Skip to content

Commit

Permalink
Merge pull request #2 from fsubal/fsubal-patch-1
Browse files Browse the repository at this point in the history
Create VERSIONING_POLICY.md
  • Loading branch information
fsubal authored Oct 15, 2023
2 parents 8dc17ee + e84f6fc commit 6bcdde1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions VERSIONING_POLICY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# バージョニングポリシー

このリポジトリはSemVer(Semantic Versioning)に従います。おおむね次のポリシーに従います。

- major: 版が変わった(本の内容自体が更新された)
- minor: 使っている依存パッケージの更新と、それに伴うコードの変更
- patch: バグ修正、誤字など

## バージョン更新の際には以下のことを行います

- package.jsonのversionフィールドの更新
- git tag
- Releasesページに更新履歴の追加

0 comments on commit 6bcdde1

Please sign in to comment.