Merge remote-tracking branch 'upstream/master'

* upstream/master:
  Update CHANGELOG.md
  Update node version in action.yml
  Update README.md
  Update CHANGELOG.md
  Update CHANGELOG.md
  Update node version in action.yml
This commit is contained in:
Harsh Shandilya 2024-03-16 11:42:11 +05:30
commit 78cddbe354
3 changed files with 15 additions and 3 deletions

View File

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Update action to use `node20`
## [2.0.0] - 2024-02-14
### Changed
- Update action to use `node16`
## [1.3.0] - 2021-10-12
### Added
@ -46,7 +56,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of this action!
-
[Unreleased]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.3.0...HEAD
[Unreleased]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/2.0.0...HEAD
[2.0.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.3.0...2.0.0
[1.3.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.2.1...1.3.0

View File

@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v2
- name: Update changelog
uses: thomaseizinger/keep-a-changelog-new-release@v1
uses: thomaseizinger/keep-a-changelog-new-release@v2
with:
tag: v0.6.0 # You probably want to have this dynamic :)
```

View File

@ -18,5 +18,5 @@ inputs:
description: 'The path to the changelog file. Defaults to `./CHANGELOG.md`'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'