Skip to content

Commit

Permalink
Merge pull request #15 from abhinavminhas/dev
Browse files Browse the repository at this point in the history
Release 1.2
  • Loading branch information
abhinavminhas authored Apr 21, 2024
2 parents 14f450a + 5532f44 commit 60e9c7a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16.x ]
node-version: [ 20.x ]

steps:
- name: Checkout Repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

env:
RELEASE_NAME: "v1.1"
RELEASE_NAME: "v1.2"
RELEASE_NOTES: |
- Update action Node version from Node 16 to Node 18.
- Update action Node version from Node 18 to Node 20.
DRAFT: false
PRERELEASE: false

Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-replace-tokens-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 18.x ]
node-version: [ 20.x ]

steps:
- name: Checkout Repository
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project documented here.

## [Released]

## [1.2](https://github.com/abhinavminhas/replace-tokens/releases/tag/v1.2) - 2024-04-21
### Changed
- Update action Node version from Node 18 to Node 20.

## [1.1](https://github.com/abhinavminhas/replace-tokens/releases/tag/v1.1) - 2024-04-21
### Changed
- Update action Node version from Node 16 to Node 18.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ inputs:
required: false
default: ','
runs:
using: 'node18'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion 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": "replace-tokens",
"version": "v1.1",
"version": "v1.2",
"description": "Replaces tokens in the text or code files with replacement values during the execution of the CI/CD process.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 60e9c7a

Please sign in to comment.