@anolilab/semantic-release-preset 1.0.3 → 2.0.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/README.md +4 -4
  3. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ ## @anolilab/semantic-release-preset [2.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@1.2.1...@anolilab/semantic-release-preset@2.0.0) (2022-02-15)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * remove old node version from our supported versions
7
+
8
+ Signed-off-by: prisis <d.bannert@anolilab.de>
9
+
10
+ ### Bug Fixes
11
+
12
+ * markdown lint ([24059d4](https://github.com/anolilab/javascript-style-guide/commit/24059d41ca682ca21b39ad7f6dff594be734329d))
13
+
14
+
15
+ ### Performance Improvements
16
+
17
+ * support for v12, v14 was removed from our supported versions of node ([83d6a80](https://github.com/anolilab/javascript-style-guide/commit/83d6a8058ed7791135aff03d4cd734327bb1b694))
18
+
19
+ ### @anolilab/semantic-release-preset [1.2.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@1.2.0...@anolilab/semantic-release-preset@1.2.1) (2022-01-11)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **deps:** update commitlint monorepo ([e0eae7c](https://github.com/anolilab/javascript-style-guide/commit/e0eae7cb4874223087f522949f3a86af1a494181))
25
+
26
+ ## @anolilab/semantic-release-preset [1.2.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@1.1.0...@anolilab/semantic-release-preset@1.2.0) (2021-12-12)
27
+
28
+
29
+ ### Features
30
+
31
+ * updated [@commitlint](https://github.com/commitlint) and [@semantic-release](https://github.com/semantic-release) deps ([b331dd0](https://github.com/anolilab/javascript-style-guide/commit/b331dd0d14480590bbd7ceed2dba93c8164471fd))
32
+
33
+ ## @anolilab/semantic-release-preset [1.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@1.0.3...@anolilab/semantic-release-preset@1.1.0) (2021-10-26)
34
+
35
+
36
+ ### Features
37
+
38
+ * updated all deps ([0320055](https://github.com/anolilab/javascript-style-guide/commit/0320055caf8301a6c3bf06cff6ee58578b9ceae5))
39
+
1
40
  ### @anolilab/semantic-release-preset [1.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@1.0.2...@anolilab/semantic-release-preset@1.0.3) (2021-09-02)
2
41
 
3
42
 
package/README.md CHANGED
@@ -128,8 +128,8 @@ Add `cz` to your `package.json scripts`
128
128
 
129
129
  Ensure that your CI configuration has the following environment variables set:
130
130
 
131
- - GITHUB_TOKEN: [A GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)
132
- - NPM_TOKEN: [A npm personal access token](https://www.npmjs.com/settings)
131
+ - GITHUB_TOKEN: [A GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
132
+ - NPM_TOKEN: [A npm personal access token](https://www.npmjs.com/package/settings)
133
133
 
134
134
  You can test your config with a dry run:
135
135
 
@@ -252,7 +252,7 @@ jobs:
252
252
 
253
253
  ## Note on GitHub protected branches
254
254
 
255
- If you’re releasing a [GitHub protected branch](https://docs.github.com/en/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches) you need to change the git committer to an owner/admin and allow repo admins to bypass the branch protection (make sure "include administrators" is disabled in the branch protection rules.)
255
+ If you’re releasing a [GitHub protected branch](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches) you need to change the git committer to an owner/admin and allow repo admins to bypass the branch protection (make sure "include administrators" is disabled in the branch protection rules.)
256
256
 
257
257
  If your repo is under an organisation, you can create a bot account and give it admin rights on the repo. If your repo is under a personal account, you have no choice to make the repo owner the commiter for the release.
258
258
 
@@ -263,7 +263,7 @@ Either way, you have to create a GitHub personal access token for the committer
263
263
  ## Supported Node.js Versions
264
264
 
265
265
  Libraries in this ecosystem make the best effort to track
266
- [Node.js' release schedule](https://nodejs.org/en/about/releases/). Here's [a
266
+ [Node.js release schedule](https://nodejs.org/en/about/releases/). Heres [a
267
267
  post on why we think this is important](https://medium.com/the-node-js-collection/maintainers-should-consider-following-node-js-release-schedule-ab08ed4de71a).
268
268
 
269
269
  Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-preset",
3
- "version": "1.0.3",
3
+ "version": "2.0.0",
4
4
  "description": "Anolilab Coding Standard for semantic-release.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -19,6 +19,16 @@
19
19
  "url": "https://github.com/anolilab/javascript-style-guide.git",
20
20
  "directory": "packages/semantic-release-preset"
21
21
  },
22
+ "funding": [
23
+ {
24
+ "type": "github",
25
+ "url": "https://github.com/sponsors/prisis"
26
+ },
27
+ {
28
+ "type": "consulting",
29
+ "url": "https://anolilab.com/support"
30
+ }
31
+ ],
22
32
  "license": "MIT",
23
33
  "author": {
24
34
  "name": "Daniel Bannert",
@@ -38,39 +48,29 @@
38
48
  "postinstall": "node lib/postinstall.js"
39
49
  },
40
50
  "dependencies": {
41
- "@commitlint/cli": "^13.1.0",
42
- "@commitlint/config-conventional": "^13.1.0",
43
- "@commitlint/core": "^13.1.0",
44
- "@semantic-release/changelog": "^5.0.1",
45
- "@semantic-release/commit-analyzer": "^8.0.1",
46
- "@semantic-release/exec": "^5.0.0",
47
- "@semantic-release/git": "^9.0.0",
48
- "@semantic-release/github": "^7.2.3",
49
- "@semantic-release/npm": "^7.1.3",
50
- "@semantic-release/release-notes-generator": "^9.0.3",
51
+ "@commitlint/cli": "^16.0.0",
52
+ "@commitlint/config-conventional": "^16.0.0",
53
+ "@commitlint/core": "^16.0.0",
54
+ "@semantic-release/changelog": "^6.0.1",
55
+ "@semantic-release/commit-analyzer": "^9.0.2",
56
+ "@semantic-release/exec": "^6.0.2",
57
+ "@semantic-release/git": "^10.0.1",
58
+ "@semantic-release/github": "^8.0.2",
59
+ "@semantic-release/npm": "^8.0.3",
60
+ "@semantic-release/release-notes-generator": "^10.0.3",
51
61
  "commitizen": "^4.2.4",
52
- "conventional-changelog-conventionalcommits": "^4.6.0",
62
+ "conventional-changelog-conventionalcommits": "^4.6.1",
53
63
  "cz-conventional-changelog": "^3.3.0",
54
64
  "semantic-release-conventional-commits": "^2.0.1"
55
65
  },
56
- "funding": [
57
- {
58
- "type": "github",
59
- "url": "https://github.com/sponsors/prisis"
60
- },
61
- {
62
- "type": "consulting",
63
- "url": "https://anolilab.com/support"
64
- }
65
- ],
66
66
  "devDependencies": {
67
- "semantic-release": "^17.4.6"
67
+ "semantic-release": "^18.0.1"
68
68
  },
69
69
  "peerDependencies": {
70
- "semantic-release": "^17.4.6"
70
+ "semantic-release": "^18.0.1"
71
71
  },
72
72
  "engines": {
73
- "node": ">=12"
73
+ "node": ">=16"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "public"