Improve contributing #76
Annotations
1 error and 2 warnings
Update changelog unreleased section with new version
Unable to parse changelog. Parser error: Parse error in the line 8: Unexpected content [[8,"p",["_Full changeset and discussions: [#1045](https://github.com/OpenTermsArchive/engine/pull/1045)._","","> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs."]],[13,"li",["Fix support of special character in service names"]],[15,"h2",["0.34.1 - 2023-12-19"]],[16,"p",["_Full changeset and discussions: [#1037](https://github.com/OpenTermsArchive/engine/pull/1037)._","","> Development of this release was made on a volunteer basis by [@Ndpnt](http://github.com/ndpnt)."]],[21,"h3",["Fixed"]],[23,"li",["Improve performance for large-scale MongoDB databases"]],[25,"h2",["0.34.0 - 2023-12-11"]],[26,"p",["_Full changeset and discussions: [#1033](https://github.com/OpenTermsArchive/engine/pull/1033)._","","> Development of this release was [supported](https://nlnet.nl/project/TOSDR-OTA/) by the [NGI0 Entrust Fund](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://www.ngi.eu) programme, under the aegis of DG CNECT under grant agreement N°101069594."]],[31,"h3",["Added"]],[33,"li",["Expose versions data through the collection API ([#1003](https://github.com/OpenTermsArchive/engine/pull/1028)). When using Git as storage for versions, this API relies on the assumption that the commit date matches the author date, introduced in the engine in June 2022 ([#875](https://github.com/OpenTermsArchive/engine/pull/875)). If your collection was created before this date, inconsistencies in the API results may arise. You can verify if your version history includes commits with commit dates differing from author dates by executing the following command at the root of your versions repository: `git log --format=\"%H %ad %cI\" --date=iso-strict | awk '{if ($2 != $3) print \"Author date\", $2, \"and commit date\", $3, \"mismatch for commit\", $1 }'`. You can correct the history with the command: `git rebase --committer-date-is-author-date $(git rev-list --max-parents=0 HEAD)`. Since the entire history will be rewritten, a force push may be required for distributed repositories"]],[35,"h3",["Changed"]],[37,"li",["Provide a succinct JSON-formatted error message as response in API errors"]],[39,"h2",["0.33.1 - 2023-11-28"]],[40,"p",["_Full changeset and discussions: [#1032](https://github.com/OpenTermsArchive/engine/pull/1032)._","","> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs."]],[45,"h3",["Fixed"]],[47,"li",["Update ESLint to use the [stylistic](https://eslint.style/packages/js) plugin following [deprecation of formatting rules](https://eslint.org/blog/2023/10/deprecating-formatting-rules/), correcting a randomly-appearing `Configuration for rule \"lines-between-class-members\" is invalid` error"]],[49,"h2",["0.33.0 - 2023-11-27"]],[50,"p",["_Full changeset and discussions: [#1031](https://github.com/OpenTermsArchive/engine/pull/1031)._","","> Development of this release was [supported](https://nlnet.nl/project/TOSDR-OTA/) by the [NGI0 Entrust Fund](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://www.ngi.eu) programme, under the aegis of DG CNECT under grant agreement N°101069594."]],[55,"h3",["Added"]],[57,"li",["Add `terms` attribute to `/services` API response, containing declared term types for each service"]],[59,"h2",["0.32.1 - 2023-10-18"]],[60,"p",["_Fu
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, superfaceai/release-changelog-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading