@govbr-ds/release-config 1.1.0 → 1.1.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 +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Compartilhar os padrões de commit entre os projetos do [GOVBR-DS](https://gov.b
|
|
|
7
7
|
## Como instalar nossa biblioteca em seu projeto?
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install --save-dev
|
|
10
|
+
npm install --save-dev @govbr-ds/release-config
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Plugins
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govbr-ds/release-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Configuração compartilhada do semantic-release para projetos do GOVBR-DS no gitlab",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gitlab",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@semantic-release/changelog": "^6.0.
|
|
36
|
+
"@semantic-release/changelog": "^6.0.2",
|
|
37
37
|
"@semantic-release/git": "^10.0.1",
|
|
38
|
-
"@semantic-release/gitlab": "^9.
|
|
39
|
-
"semantic-release": "^19.0.5"
|
|
38
|
+
"@semantic-release/gitlab": "^9.5.1",
|
|
39
|
+
"semantic-release": "^19.0.5",
|
|
40
|
+
"conventional-changelog-conventionalcommits": "^5.0.0"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^17.
|
|
43
|
-
"@commitlint/cz-commitlint": "^17.
|
|
44
|
-
"@govbr-ds/commit-config": "
|
|
45
|
-
"git-pull-run": "^1.0
|
|
46
|
-
"husky": "^8.0.
|
|
47
|
-
"prettier": "^2.7.1"
|
|
43
|
+
"@commitlint/cli": "^17.3.0",
|
|
44
|
+
"@commitlint/cz-commitlint": "^17.3.0",
|
|
45
|
+
"@govbr-ds/commit-config": "latest",
|
|
46
|
+
"git-pull-run": "^1.4.0",
|
|
47
|
+
"husky": "^8.0.2"
|
|
48
48
|
}
|
|
49
49
|
}
|