Skip to content

Commit 82926ad

Browse files
committed
Merge branch 'beta'
2 parents a8f273b + d1543c2 commit 82926ad

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.github/workflows/beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
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:
@@ -23,7 +23,7 @@ jobs:
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 }}
@@ -32,4 +32,4 @@ jobs:
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

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
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:
@@ -23,7 +23,7 @@ jobs:
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 }}

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
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:

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

0 commit comments

Comments
 (0)