Skip to content

Commit

Permalink
feat: adicionando semantic-release npm ao projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesDuarte committed Feb 7, 2024
1 parent ae8b1d7 commit ddfcf89
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
@@ -1 +1,5 @@
# Commitizen Semantic Release
# Commitizen Semantic Release

## Descrição

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
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -17,6 +17,7 @@
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.32.0 || 8.2.0",
Expand Down Expand Up @@ -44,6 +45,12 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -503,7 +503,7 @@
p-filter "^4.0.0"
url-join "^5.0.0"

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

0 comments on commit ddfcf89

Please sign in to comment.