Skip to content

Commit 29b7613

Browse files
Merge pull request #924 from PierreBrisorgueil/featSemanticRelease
feat(release): semantic release ✨
2 parents c2ff0c8 + 54a96ae commit 29b7613

File tree

3 files changed

+16007
-10742
lines changed

3 files changed

+16007
-10742
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Our stack node is actually in Beta.
3737
| Logs | [winston](https://github.com/winstonjs/winston) - [morgan](https://github.com/expressjs/morgan) *custom example available*
3838
| CI | [Travis CI](https://travis-ci.org/weareopensource/Node)
3939
| Linter | [ESLint](https://github.com/eslint/eslint) - *ecmaVersion 10 (2019)*
40-
| Developer | [Coveralls](https://coveralls.io/github/weareopensource/Node) - [Code Climate](https://codeclimate.com/github/weareopensource/Node) - [Dependency status](https://david-dm.org/weareopensource/node) - [Dependabot](https://dependabot.com/) - [Snyk](https://snyk.io/test/github/weareopensource/node) <br> [standard-version](https://github.com/conventional-changelog/standard-version) - [commitlint](https://github.com/conventional-changelog/commitlint) - [commitizen](https://github.com/commitizen/cz-cli) - [waos-conventional-changelog](https://github.com/WeAreOpenSourceProjects/waos-conventional-changelog)
40+
| Developer | [Coveralls](https://coveralls.io/github/weareopensource/Node) - [Code Climate](https://codeclimate.com/github/weareopensource/Node) - [Dependency status](https://david-dm.org/weareopensource/node) - [Dependabot](https://dependabot.com/) - [Snyk](https://snyk.io/test/github/weareopensource/node) <br> [standard-version](https://github.com/conventional-changelog/standard-version) / [semantic-release](https://github.com/semantic-release/semantic-release) - [commitlint](https://github.com/conventional-changelog/commitlint) - [commitizen](https://github.com/commitizen/cz-cli) - [@weareopensource/conventional-changelog](https://github.com/weareopensource/conventional-changelog)
4141
| Dependencies | [npm](https://www.npmjs.com)
4242
| Deliver | Docker & Docker-compose
4343
| **In reflexion** |
@@ -99,7 +99,8 @@ npm i
9999
* generate SSL certs : `npm run generate:sslCerts`
100100
* lint : `npm run lint`
101101
* commit : `npm run commit`
102-
* release : `npm run release`
102+
* release : `npm run release -- --first-release` **standard version, changelog, tag & choose version number : -- --release-as 1.1.1**
103+
* release:auto : `GITHUB_TOKEN=XXXXX npm run release:auto` **semantic release, changelog, tag, release** *require repositoryUrl conf in package.json*
103104

104105
## :whale: Docker Way
105106

0 commit comments

Comments
 (0)