You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/breaking-change.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
Thanks for your contribution :pray:
2
2
3
+
{{^release_candidate}}
3
4
This is now marked as a [`breaking-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-breaking-change) proposal to the Standard, this means that an old version of `publiccode.yml` won't be compatible with the new version.
5
+
{{/release_candidate}}
6
+
{{#release_candidate}}
7
+
This is now marked as a [`breaking-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-breaking-change) proposal to the Standard. This targets the upcoming **v1.0** on the `1.0-rc` branch.
8
+
{{/release_candidate}}
4
9
10
+
{{^release_candidate}}
5
11
Breaking changes can be released with a new major version at most once every two years, provided the current version of the Standard has been deprecating the object of this proposal for at least 6 months.
6
12
13
+
{{/release_candidate}}
7
14
Example of breaking changes are removal of keys or changes to key types.
8
15
9
16
The next eligible voting round will take place on **{{ next_vote_date }}**
Copy file name to clipboardExpand all lines: dist/bugfix-change.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
Thanks for your contribution :pray:
2
2
3
+
{{^release_candidate}}
3
4
This is now marked as a [`bugfix-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-bugfix-change),
4
5
this means that this change won't break any compatibility with the old versions of the Standard.
6
+
{{/release_candidate}}
7
+
{{#release_candidate}}
8
+
This is now marked as a [`bugfix-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-bugfix-change). This targets the upcoming **v1.0** on the `1.0-rc` branch.
Copy file name to clipboardExpand all lines: dist/deprecation-change.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
Thanks for your contribution :pray:
2
2
3
+
{{^release_candidate}}
3
4
This is now marked as a [`deprecation-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-deprecation), this means that this change won't break any compatibility with the old versions of the Standard,
4
5
and it will be possibile to make the definitive change 6 months after the deprecation with a new major release.
6
+
{{/release_candidate}}
7
+
{{#release_candidate}}
8
+
This is now marked as a [`deprecation-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-deprecation). This targets the upcoming **v1.0** on the `1.0-rc` branch.
9
+
{{/release_candidate}}
5
10
6
11
The next eligible voting round will take place on **{{ next_vote_date }}**
Copy file name to clipboardExpand all lines: dist/minor-change.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
Thanks for your contribution :pray:
2
2
3
+
{{^release_candidate}}
3
4
This is now marked as a [`minor-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-minor-change),
4
5
this means that old versions of `publiccode.yml` will still be valid with this change.
6
+
{{/release_candidate}}
7
+
{{#release_candidate}}
8
+
This is now marked as a [`minor-change` proposal to the standard](https://github.com/publiccodeyml/publiccode.yml/labels/standard-minor-change). This targets the upcoming **v1.0** on the `1.0-rc` branch.
9
+
{{/release_candidate}}
5
10
6
11
Example of minor changes are additions of new keys or making keys optional.
0 commit comments