File tree Expand file tree Collapse file tree 6 files changed +15
-12
lines changed
Expand file tree Collapse file tree 6 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 66jobs :
77 build :
88 runs-on : ubuntu-latest
9- if : " !startsWith(github.event.head_commit.message, '[🚀 Release]')"
9+ if : " !startsWith(github.event.head_commit.message, '[🚀 Release Beta ]')"
1010 steps :
1111 - uses : actions/checkout@v2
1212 with :
2323 - run : npm run pre-commit
2424 - id : pkgjson
2525 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
26- - run : git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
26+ - run : git add . && git commit -m "[🚀 Release Beta ] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
2727 - run : npm publish --tag beta
2828 env :
2929 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3232 - run : npm run pre-commit
3333 - id : nextnightly
3434 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
35- - run : git add . && git commit -m "[🚀 Release] v${{ steps.nextnightly.outputs.pkgversion }}" && git push
35+ - run : git add . && git commit -m "[🚀 Release Nightly ] v${{ steps.nextnightly.outputs.pkgversion }}" && git push
Original file line number Diff line number Diff line change 55jobs :
66 build :
77 runs-on : ubuntu-latest
8- if : " !startsWith(github.event.head_commit.message, '[🚀 Release]') || startsWith(github.event.head_commit.message, '[🚀 Release] Nightly')"
8+ if : " !startsWith(github.event.head_commit.message, '[🚀 Release Nightly] ')"
99 steps :
1010 - uses : actions/checkout@v2
1111 with :
2323 - run : npm run pre-commit
2424 - id : pkgjson
2525 run : chmod +x ./scripts/version.sh && ./scripts/version.sh
26- - run : git add . && git commit -m "[🚀 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
26+ - run : git add . && git commit -m "[🚀 Release Nightly ] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
2727 - run : npm publish --tag nightly
2828 env :
2929 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 66jobs :
77 build :
88 runs-on : ubuntu-latest
9- if : " !startsWith(github.event.head_commit.message, '[🚀 Release]') || startsWith(github.event.head_commit.message, '[🚀 Release] Nightly')"
109 steps :
1110 - uses : actions/checkout@v2
1211 with :
Original file line number Diff line number Diff line change 1- # v2.0.0 (January 16, 2022)
1+ # v2.0.6 (January 16, 2022)
22
3- - Refactor: code quality, scripts and interfaces
4- - Security: updated packages
5- - Features: CI/CD
3+ - Fix: CI/CD
64
75<!-- all-shields/sponsors-badges:START -->
86
97[ ![ Donate Paypal] ( https://img.shields.io/badge/donate-paypal-005EA6.svg?style=for-the-badge&logo=paypal )] ( https://www.paypal.me/ptkdev ) [ ![ Donate Ko-Fi] ( https://img.shields.io/badge/donate-ko--fi-29abe0.svg?style=for-the-badge&logo=ko-fi )] ( https://ko-fi.com/ptkdev ) [ ![ Donate Github Sponsors] ( https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?style=for-the-badge&logo=github )] ( https://github.com/sponsors/ptkdev ) [ ![ Donate Patreon] ( https://img.shields.io/badge/donate-patreon-F87668.svg?style=for-the-badge&logo=patreon )] ( https://www.patreon.com/join/ptkdev ) [ ![ Donate Bitcoin] ( https://img.shields.io/badge/BTC-35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH-E38B29.svg?style=flat-square&logo=bitcoin )] ( https://ptk.dev/img/icons/menu/bitcoin_wallet.png ) [ ![ Donate Ethereum] ( https://img.shields.io/badge/ETH-0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc-4E8EE9.svg?style=flat-square&logo=ethereum )] ( https://ptk.dev/img/icons/menu/ethereum_wallet.png )
108
119<!-- all-shields/sponsors-badges:END -->
1210
11+ # v2.0.0 (January 16, 2022)
12+
13+ - Refactor: code quality, scripts and interfaces
14+ - Security: updated packages
15+ - Features: CI/CD
16+
1317# v1.0.20210930 (September 30, 2021)
1418
1519- Security: update
Original file line number Diff line number Diff line change 22
33<!-- all-shields/header-badges:START -->
44
5- [ ![ v2.0.0 ] ( https://img.shields.io/badge/version-v2.0.0 -lightgray.svg?style=flat&logo= )] ( https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/CHANGELOG.md ) [ ![ ] ( https://img.shields.io/npm/v/@ptkdev/node-cli-boilerplate?color=CC3534&logo=npm )] ( https://www.npmjs.com/package/@ptkdev/node-cli-boilerplate ) [ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license )] ( https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/LICENSE.md ) [ ![ Language: TypeScript] ( https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript )] ( https://www.typescriptlang.org/ ) [ ![ ECMAScript: 2019] ( https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript )] ( https://github.com/tc39/ecma262 ) [ ![ Discord Server] ( https://discordapp.com/api/guilds/383373985666301975/embed.png )] ( https://discord.ptkdev.io )
5+ [ ![ v2.0.1-beta.1 ] ( https://img.shields.io/badge/version-v2.0.1--beta.1 -lightgray.svg?style=flat&logo= )] ( https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/CHANGELOG.md ) [ ![ ] ( https://img.shields.io/npm/v/@ptkdev/node-cli-boilerplate?color=CC3534&logo=npm )] ( https://www.npmjs.com/package/@ptkdev/node-cli-boilerplate ) [ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license )] ( https://github.com/ptkdev-boilerplate/node-cli-boilerplate/blob/main/LICENSE.md ) [ ![ Language: TypeScript] ( https://img.shields.io/badge/language-typescript-blue.svg?style=flat&logo=typescript )] ( https://www.typescriptlang.org/ ) [ ![ ECMAScript: 2019] ( https://img.shields.io/badge/ES-9-F7DF1E.svg?style=flat&logo=javascript )] ( https://github.com/tc39/ecma262 ) [ ![ Discord Server] ( https://discordapp.com/api/guilds/383373985666301975/embed.png )] ( https://discord.ptkdev.io )
66
77<!-- all-shields/header-badges:END -->
88
Original file line number Diff line number Diff line change 22 "name" : " @ptkdev/node-cli-boilerplate" ,
33 "displayName" : " Node Command Line Interface Boilerplate" ,
44 "description" : " Create node cli with this user friendly boilerplate. Use this respository as template for your new npm command line interface project" ,
5- "version" : " 2.0.0 " ,
5+ "version" : " 2.0.1-beta.1 " ,
66 "main" : " dist/cli/cli.js" ,
77 "bin" : {
88 "node-cli-boilerplate" : " dist/cli/cli.js" ,
You can’t perform that action at this time.
0 commit comments