@govbr-ds/nx-release-config 5.0.0 → 5.0.2
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.
- package/README.md +2 -1
- package/nx.json +5 -4
- 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
|
|
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
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"packages/*"
|
|
7
7
|
],
|
|
8
8
|
"version": {
|
|
9
|
-
"conventionalCommits": true
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
"conventionalCommits": true,
|
|
10
|
+
"git": {
|
|
11
|
+
"commitMessage": "chore(release): v{version} [skip ci]"
|
|
12
|
+
}
|
|
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.
|
|
3
|
+
"version": "5.0.2",
|
|
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.
|
|
20
|
+
"@govbr-ds/commit-types": "5.0.2"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|
|
23
23
|
".": "./nx.json",
|