Skip to content

Commit ddfcf89

Browse files
author
MoisesDuarte
committed
feat: adicionando semantic-release npm ao projeto
1 parent ae8b1d7 commit ddfcf89

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# Commitizen Semantic Release
1+
# Commitizen Semantic Release
2+
3+
## Descrição
4+
5+
Exemplo de configuração básica de um projeto node com commitizen para enforçar padrão de commits seguindo o paradigma conventional-commits, para uso com semantic-release para gerar releases automáticas

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@semantic-release/commit-analyzer": "11.1.0",
1818
"@semantic-release/git": "10.0.1",
1919
"@semantic-release/github": "9.2.6",
20+
"@semantic-release/npm": "11.0.2",
2021
"@semantic-release/release-notes-generator": "12.1.0",
2122
"cz-conventional-changelog": "3.3.0",
2223
"eslint": "7.32.0 || 8.2.0",
@@ -44,6 +45,12 @@
4445
"@semantic-release/commit-analyzer",
4546
"@semantic-release/release-notes-generator",
4647
"@semantic-release/github",
48+
[
49+
"@semantic-release/npm",
50+
{
51+
"npmPublish": false
52+
}
53+
],
4754
[
4855
"@semantic-release/git",
4956
{

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
p-filter "^4.0.0"
504504
url-join "^5.0.0"
505505

506-
"@semantic-release/npm@^11.0.0":
506+
"@semantic-release/npm@11.0.2", "@semantic-release/npm@^11.0.0":
507507
version "11.0.2"
508508
resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-11.0.2.tgz#6d50046df286572718484c9a66b2095277e2f650"
509509
integrity sha512-owtf3RjyPvRE63iUKZ5/xO4uqjRpVQDUB9+nnXj0xwfIeM9pRl+cG+zGDzdftR4m3f2s4Wyf3SexW+kF5DFtWA==

0 commit comments

Comments
 (0)