Skip to content

Commit 3c717ac

Browse files
v0.0.5
1 parent 5db2bf3 commit 3c717ac

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

.travis.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,13 @@ after_script:
2323
before_deploy:
2424
- git config --local user.name vitorsalgado
2525
- git config --local user.email vsalgadopb@gmail.com
26+
- git tag $(node cli version)
27+
- git push origin --tags
2628

2729
deploy:
28-
- provider: npm
29-
skip_cleanup: true
30-
email: ${NPM_EMAIL}
31-
api_key: ${NPM_AUTH_TOKEN}
32-
on:
33-
branch: master
34-
35-
- provider: releases
36-
skip_cleanup: true
37-
api_key:
38-
secure: Kaep3/MLTplUZTYzELDfg1WeY2XMd74KV4fZCybJD8tL8hgHd/Cw+J0fvPK2ZrW1VADzVLgGRL/8BCycEClpgRgRiX3zgnzaDTlYSlmwh62u32qWekPOlyYxu/G7EcyQV/57BBIIIilQNHBbOLGpHsAzeESRg01dfgUf3C6obCQ1Ic6jWmTM0w5coQtMCfEyqcYYkXhs3BEzPoC8tCnPpk5RidfnAIrBZls1rCZGPlw8+ZDd1fbh4I56VCtkn8jhBhPXQBpf9QXkqdOaFrYiSInEIE3LSB8rxB73dTFCjTUGTAvL9wDC1f3ySbo6CsVllqjY8lq6Mm0aDJPLhuTE8LcWgUyjfc4/HgU65z6PQDC3NUuvxbwNmnolW0lsvLvEWgVoIQCrgRKEW1WvPTwFWdpqm5+KZl8ZjzM9HV3QcvmyJTG4NT1OFo73/W+5GY5oz8urGJHiJzBuOsuW5cUtR9qQ8qPZ5IQUSUcj2tHDzYauVqlNsCjvhmxFC4D6kQG2df1DIHj1r8Yt+PPsR0OE5Vfg0XvaA39XnrX2oEUi8qTb/8440OPfccr79qMp+5ZSOcVO2Gj5wKzNGbmyqPp4oqsQ9KTnYPM6rcRFJ+h/vChBRh3EglbnBnaOwJYs8q2OXr2SZxLeeKn+vTjHrPHzpdX5/2hPFj8QcDUbcoRjrTo=
30+
provider: npm
31+
skip_cleanup: true
32+
email: ${NPM_EMAIL}
33+
api_key: ${NPM_AUTH_TOKEN}
34+
on:
35+
branch: master

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55
## [Planned/Unreleased]
66
- Nothing
77

8-
## [0.0.4] - YYYY-MM-DD - MAJOR RELEASE
8+
## [0.0.5] - YYYY-MM-DD - MAJOR RELEASE
99
### Added
1010
- Added items
1111
### Changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-nodejs-toolkit",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Boilerplate to start new Node.js projects with all basic setup. This project is Docker friendly and comes with a simple but complete continuous integration already set.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)