Skip to content

Commit 71c2de4

Browse files
committed
Merge branch 'beta'
2 parents 6cf8538 + 52883ef commit 71c2de4

File tree

9 files changed

+14
-16
lines changed

9 files changed

+14
-16
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# v2.0.5 (January 15, 2022)
1+
# v2.0.6 (January 16, 2022)
22

3-
- Fix: remove tests from build
4-
- Fix: translate()
3+
- Fix: CI/CD
54

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

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

5-
[![v2.0.5](https://img.shields.io/badge/version-v2.0.5-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/node-module-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/node-module-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/node-module-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/node-module-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.6-beta.1](https://img.shields.io/badge/version-v2.0.6--beta.1-lightgray.svg?style=flat&logo=)](https://github.com/ptkdev-boilerplate/node-module-boilerplate/blob/main/CHANGELOG.md) [![](https://img.shields.io/npm/v/@ptkdev/node-module-boilerplate?color=CC3534&logo=npm)](https://www.npmjs.com/package/@ptkdev/node-module-boilerplate) [![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/ptkdev-boilerplate/node-module-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

9-
Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module
9+
Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library/module
1010

1111
This is a [github template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/), you can fork it or [use as template](https://github.com/ptkdev-boilerplate/node-module-boilerplate/generate) for start new project with this repository as hello-world. I hate start new project with empty template, often i missing correct configuration, readme instruction or i need of samples of code. Use this repository as template solve this problem.
1212

app/types/module.interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Node Module (Library) Boilerplate
33
* =====================
44
*
5-
* Create your node module (library) with this friendly boilerplate. Use this respository as template for your new node library/module
5+
* Create your node module (library) with this user friendly boilerplate. Use this respository as template for your new node library/module
66
*
77
* @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)
88
*

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@ptkdev/node-module-boilerplate",
33
"displayName": "Node NPM Library Boilerplate",
4-
"description": "Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module",
5-
"version": "2.0.5",
4+
"description": "Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library/module",
5+
"version": "2.0.6-beta.1",
66
"main": "dist/functions/module.js",
77
"publishConfig": {
88
"access": "public"

scripts/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const logger = new Logger();
111111
await replace({
112112
files: ["**/*", ".*", "**/.*"],
113113
ignore: ["node_modules/**/*", "setup.json", "package-lock.json", "scripts/setup.ts", ".all-contributorsrc"],
114-
from: /Create your npm library with this friendly boilerplate. Use this respository as template for your new node library\/module/g,
114+
from: /Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library\/module/g,
115115
to: setup.description,
116116
});
117117
} catch (error) {

setup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package_name": "node-module-boilerplate",
33
"package_org": "@ptkdev",
44
"display_name": "Node NPM Library Boilerplate",
5-
"description": "Create your npm library with this friendly boilerplate. Use this respository as template for your new node library/module",
5+
"description": "Create your npm library with this user friendly boilerplate. Use this respository as template for your new node library/module",
66
"author": "Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)",
77
"author_markdown": "[Patryk Rzucidło](https://ptk.dev) ([@PTKDev](https://twitter.com/ptkdev)) <[support@ptkdev.io](mailto:support@ptkdev.io)>",
88
"author_url": "https://ptk.dev",

0 commit comments

Comments
 (0)