Skip to content

Commit

Permalink
Merge pull request #15 from carpasse/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
carpasse authored Feb 11, 2024
2 parents b4975a0 + 69f88fa commit 56ec4f9
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 71 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/node.js.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/publishToNPM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Publish to NPM
on:
push:
branches: ['master', 'beta', 'alpha']
jobs:
release:
uses: carpasse/reusable-workflows/.github/workflows/publishToNPM.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38 changes: 0 additions & 38 deletions .github/workflows/release.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Run tests
on: [pull_request]
jobs:
validation:
uses: carpasse/reusable-workflows/.github/workflows/runTests.yml@master
5 changes: 5 additions & 0 deletions .github/workflows/validateCodebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Validate Codebase
on: [pull_request]
jobs:
validation:
uses: carpasse/reusable-workflows/.github/workflows/validateCodebase.yml@master
5 changes: 5 additions & 0 deletions .github/workflows/validateCommits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Validate commit messages
on: [pull_request]
jobs:
commitlint:
uses: carpasse/reusable-workflows/.github/workflows/validateCommits.yml@master
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"package-lock.json",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
],
"@semantic-release/github"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carpasse/node-open-source-project-template",
"version": "1.1.0",
"version": "1.2.0-beta.2",
"description": "Repository template for new Open Source projects with NodeJS",
"main": "./dist/cjs/index.js",
"module": "./dist/cjs/index.mjs",
Expand Down

0 comments on commit 56ec4f9

Please sign in to comment.