Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Jan 16, 2022
2 parents a8f273b + d1543c2 commit 82926ad
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta.yml
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, '[馃殌 Release]')"
if: "!startsWith(github.event.head_commit.message, '[馃殌 Release Beta]')"
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npm run pre-commit
- id: pkgjson
run: chmod +x ./scripts/version.sh && ./scripts/version.sh
- run: git add . && git commit -m "[馃殌 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
- run: git add . && git commit -m "[馃殌 Release Beta] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
- run: npm publish --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -32,4 +32,4 @@ jobs:
- run: npm run pre-commit
- id: nextnightly
run: chmod +x ./scripts/version.sh && ./scripts/version.sh
- run: git add . && git commit -m "[馃殌 Release] v${{ steps.nextnightly.outputs.pkgversion }}" && git push
- run: git add . && git commit -m "[馃殌 Release Nightly] v${{ steps.nextnightly.outputs.pkgversion }}" && git push
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, '[馃殌 Release]') || startsWith(github.event.head_commit.message, '[馃殌 Release] Nightly')"
if: "!startsWith(github.event.head_commit.message, '[馃殌 Release Nightly]')"
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npm run pre-commit
- id: pkgjson
run: chmod +x ./scripts/version.sh && ./scripts/version.sh
- run: git add . && git commit -m "[馃殌 Release] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
- run: git add . && git commit -m "[馃殌 Release Nightly] v${{ steps.pkgjson.outputs.pkgversion }}" && git push
- run: npm publish --tag nightly
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, '[馃殌 Release]') || startsWith(github.event.head_commit.message, '[馃殌 Release] Nightly')"
steps:
- uses: actions/checkout@v2
with:
Expand Down
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,15 +1,19 @@
# v2.0.0 (January 16, 2022)
# v2.0.6 (January 16, 2022)

- Refactor: code quality, scripts and interfaces
- Security: updated packages
- Features: CI/CD
- Fix: CI/CD

<!-- all-shields/sponsors-badges:START -->

[![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)

<!-- all-shields/sponsors-badges:END -->

# v2.0.0 (January 16, 2022)

- Refactor: code quality, scripts and interfaces
- Security: updated packages
- Features: CI/CD

# v1.0.20210930 (September 30, 2021)

- Security: update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

<!-- all-shields/header-badges:START -->

[![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)
[![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)

<!-- all-shields/header-badges:END -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@ptkdev/node-cli-boilerplate",
"displayName": "Node Command Line Interface Boilerplate",
"description": "Create node cli with this user friendly boilerplate. Use this respository as template for your new npm command line interface project",
"version": "2.0.0",
"version": "2.0.1-beta.1",
"main": "dist/cli/cli.js",
"bin": {
"node-cli-boilerplate": "dist/cli/cli.js",
Expand Down

0 comments on commit 82926ad

Please sign in to comment.