Skip to content

Commit be3d672

Browse files
v0.0.6
1 parent 3c717ac commit be3d672

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.travis.yml

+12-8
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,17 @@ after_script:
2323
before_deploy:
2424
- git config --local user.name vitorsalgado
2525
- git config --local user.email [email protected]
26-
- git tag $(node cli version)
27-
- git push origin --tags
26+
- git tag v$(node cli version)
2827

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

CHANGELOG.md

+1-1
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.5] - YYYY-MM-DD - MAJOR RELEASE
8+
## [0.0.6] - YYYY-MM-DD - MAJOR RELEASE
99
### Added
1010
- Added items
1111
### Changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-nodejs-toolkit",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
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)