@govbr-ds/nx-release-config 5.0.0 → 5.0.1

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/README.md +2 -1
  2. package/nx.json +2 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,8 @@ No `nx.json`, estenda a configuração:
20
20
 
21
21
  O preset publica os projetos em `packages/*`, habilita Conventional Commits,
22
22
  compartilha os tipos e seus impactos SemVer, cria commit, tag e Release no
23
- GitLab e mantém o changelog do workspace.
23
+ GitLab e envia as notas da release diretamente para essa Release, sem criar
24
+ `CHANGELOG.md` no workspace.
24
25
 
25
26
  Não declare um bloco `release` parcial no projeto consumidor. O Nx substitui
26
27
  esse bloco no primeiro nível em vez de mesclá-lo profundamente, descartando as
package/nx.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "conventionalCommits": true
10
10
  },
11
11
  "git": {
12
- "commitMessage": "chore(release): {version} [skip ci]"
12
+ "commitMessage": "chore(release): v{version} [skip ci]"
13
13
  },
14
14
  "conventionalCommits": {
15
15
  "types": {
@@ -104,6 +104,7 @@
104
104
  "changelog": {
105
105
  "workspaceChangelog": {
106
106
  "createRelease": "gitlab",
107
+ "file": false,
107
108
  "renderOptions": {
108
109
  "authors": false,
109
110
  "applyUsernameToAuthors": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govbr-ds/nx-release-config",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "private": false,
5
5
  "description": "Configuração compartilhada de releases com Nx para projetos GovBR-DS",
6
6
  "keywords": [
@@ -17,7 +17,7 @@
17
17
  "README.md"
18
18
  ],
19
19
  "dependencies": {
20
- "@govbr-ds/commit-types": "5.0.0"
20
+ "@govbr-ds/commit-types": "5.0.1"
21
21
  },
22
22
  "exports": {
23
23
  ".": "./nx.json",