@opentermsarchive/engine 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,6 +40,13 @@ jobs:
40
40
  git commit -m "Release ${{ env.NEW_VERSION }}"
41
41
  git tag ${{ env.NEW_VERSION }}
42
42
 
43
+ - name: Push to protected branch
44
+ uses: CasperWA/push-protected@v2
45
+ with:
46
+ token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
47
+ branch: packaging
48
+ unprotect_reviews: true
49
+
43
50
  - name: Read version changelog
44
51
  uses: superfaceai/release-changelog-action@v2
45
52
  id: get-changelog
@@ -35,7 +35,7 @@ jobs:
35
35
  test:
36
36
  strategy:
37
37
  matrix:
38
- operating_system: [ ubuntu-latest, windows-latest, macos-latest ]
38
+ operating_system: [ ubuntu-20.04, windows-latest, macos-latest ]
39
39
  fail-fast: false # run tests on other operating systems even if one fails
40
40
 
41
41
  runs-on: ${{ matrix.operating_system }}
package/CHANGELOG.md CHANGED
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format is based on [Common Changelog](https://common-changelog.org).\
6
6
  Unlike Common Changelog, the `unreleased` section of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) is preserved with the addition of a tag to specify which type of release should be published and to foster discussions about it inside pull requests. This tag should be one of the names mandated by SemVer, within brackets: `[patch]`, `[minor]` or `[major]`. For example: `## Unreleased [minor]`.
7
7
 
8
- ## Unreleased [minor]
8
+ ## Unreleased
9
9
 
10
+ ## 0.16.0 - 2022-12-05
10
11
  ### Added
11
-
12
- - Publish package on NPM under name `opentermsarchive`.
12
+ - Publish package on NPM under name `@opentermsarchive/engine`.
13
13
  - Export `filter`, `pageDeclaration` and `fetch` in NPM module.
14
14
  - Add changelog.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentermsarchive/engine",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "description": "Tracks and makes visible changes to the terms of online services",
5
5
  "homepage": "https://github.com/ambanum/OpenTermsArchive#readme",
6
6
  "bugs": {
@@ -197,7 +197,7 @@ export default class Tracker {
197
197
  const body = `
198
198
  This document is no longer properly tracked.
199
199
 
200
- \`${message}\`
200
+ ${message}
201
201
 
202
202
  Check what's wrong by:
203
203
  - Using the [online contribution tool](${CONTRIBUTE_URL}?${urlQueryParams}).