Skip to content

Commit

Permalink
chore: Start to use PVP
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Jul 31, 2021
1 parent 4860fc7 commit 5884189
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ $ stack haddock

### Versioning

受け入れる Python 風言語の仕様を public API と見なしての [Semantic Versioning](https://semver.org/lang/ja/) が使われています。
ただし [Haskell Package Versioning Policy](https://pvp.haskell.org/) に由来して MAJOR versions をふたつ持っています。
[Haskell Package Versioning Policy](https://pvp.haskell.org/) に準拠しています。
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ Use [Conventional Commits](https://www.conventionalcommits.org/).

### Versioning

[Semantic Versioning](https://semver.org/lang/ja/) is used with regard to the Python-like language as its public API.
However, it has two MAJOR version that come from [Haskell Package Versioning Policy](https://pvp.haskell.org/).
Conforming to [Haskell Package Versioning Policy](https://pvp.haskell.org/).
4 changes: 2 additions & 2 deletions docs/language.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## †破壊的変更†について

この言語仕様は開発の初期段階のものです。
第 2 のメジャーバージョンが 0 (`v5.0.y.z`) である限り、いつでも、いかなる変更も起こりえます (MAY)
[Semantic Versioning の項目 (4.)](https://semver.org/#spec-item-4) も参考のこと
いつでも、いかなる変更も起こりえます。
特に、追加の演算子のような拡張機能を使うなどの、Python と非互換な書き方をする場合には注意してください

## Syntax

Expand Down
4 changes: 2 additions & 2 deletions docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## About BREAKING CHANGE

This language specification is in initial development.
While the second major version is zero (`v5.0.y.z`), anything MAY change at any time.
See also [item (4.) of Semantic Versioning](https://semver.org/#spec-item-4).
Aything MAY change at any time.
Especially, please be careful when you write code incompatible to Python, including our language extensions.

## Syntax

Expand Down

0 comments on commit 5884189

Please sign in to comment.