Skip to content

Commit

Permalink
Merge pull request #170 from gregoranders/development
Browse files Browse the repository at this point in the history
0.0.18 release
  • Loading branch information
gregoranders authored Feb 26, 2022
2 parents 8ad3a6a + c3a93e0 commit 2cc1b0c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 282 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ exclude_patterns:
- '**/dist'
- '**/test'
- '**/node_modules'
- '**/commitlint.config.js'
- '**/**/*.spec.ts'
- 'CHANGELOG.md'
6 changes: 6 additions & 0 deletions .conventionalCommit.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
}
},
"scopes": {
"dependencies": {
"description": "Changes which affect dependencies"
},
"devdependencies": {
"description": "Changes which affect development dependencies"
},
"codeclimate": {
"description": "Changes which affect Code Climate integration"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
submodules: recursive
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org/'
Expand Down
277 changes: 1 addition & 276 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ This action finds or creates a release, so your workflow can access it.
...
- name: nodejs project information
id: projectinfo
uses: gregoranders/[email protected].17
uses: gregoranders/[email protected].18
- name: create release
id: createrelease
uses: gregoranders/[email protected].17
uses: gregoranders/[email protected].18
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | Supported |
| :------ | :----------------: |
| 0.0.17 | :white_check_mark: |
| 0.0.18 | :white_check_mark: |
| 0.0.17 | :x: |
| 0.0.16 | :x: |
| 0.0.15 | :x: |
| 0.0.14 | :x: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodejs-create-release",
"version": "0.0.17",
"version": "0.0.18",
"description": "NodeJS Create Release",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -108,7 +108,7 @@
"conventional-changelog-cli": "2.2.2",
"cross-env": "7.0.3",
"dictionary-en": "3.1.0",
"eslint": "8.9.0",
"eslint": "8.10.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-prettier": "4.0.0",
Expand Down

0 comments on commit 2cc1b0c

Please sign in to comment.