@govbr-ds/release-config 5.0.1 → 5.0.3

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 (2) hide show
  1. package/package.json +5 -4
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govbr-ds/release-config",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "private": false,
5
5
  "description": "Configuração compartilhada do semantic-release para projetos do GovBR-DS",
6
6
  "keywords": [
@@ -28,12 +28,13 @@
28
28
  "src"
29
29
  ],
30
30
  "dependencies": {
31
- "@govbr-ds/commit-types": "5.0.1",
31
+ "@govbr-ds/commit-types": "5.0.3",
32
+ "@semantic-release/changelog": "^7.0.0",
32
33
  "@semantic-release/commit-analyzer": "^13.0.1",
33
- "@semantic-release/git": "^10.0.1",
34
+ "@semantic-release/git": "^11.0.1",
34
35
  "@semantic-release/gitlab": "^13.3.3",
35
36
  "@semantic-release/release-notes-generator": "^14.1.1",
36
37
  "conventional-changelog-conventionalcommits": "10.2.1",
37
- "semantic-release": "^25.0.7"
38
+ "semantic-release": "^25.0.8"
38
39
  }
39
40
  }
package/src/index.js CHANGED
@@ -149,7 +149,7 @@ const releaseNotesGenerator = [
149
149
 
150
150
  {{/if}}
151
151
  {{#each commits}}
152
- {{> commit root=@root}}
152
+ * {{#if scope}}**{{scope}}:** {{/if}}{{subject}}
153
153
  {{/each}}
154
154
  {{/each}}
155
155
  `,