diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b6ccb9a..79e5487 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -3,7 +3,9 @@ on: push: branches: - main - - refs/tags/* + tags: + - '*' + jobs: generate_changelog: runs-on: ubuntu-latest @@ -16,7 +18,7 @@ jobs: - name: Install git-chglog - uses: craicoverflow/install-git-chglog@v0.3.1 + uses: craicoverflow/install-git-chglog@v1 - name: Generate a CHANGELOG diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecca93..d9aeb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,11 @@ - -## [v0.3.2](https://github.com/redhat-developer/app-services-cli/compare/v0.3.1...v0.3.2) (2021-05-07) - - - -## [v0.3.1](https://github.com/redhat-developer/app-services-cli/compare/v0.3.0...v0.3.1) (2021-05-07) + +## v1.0.0 (2021-05-07) ### Bug Fixes * get full path to binary * get full path to binary - - - -## [v0.3.0](https://github.com/redhat-developer/app-services-cli/compare/v0.2.0...v0.3.0) (2021-05-07) - - - -## [v0.2.0](https://github.com/redhat-developer/app-services-cli/compare/v0.1.0...v0.2.0) (2021-05-07) - -### Bug Fixes - * do not execute git-chglog * do not execute git-chglog - - -## v0.1.0 (2021-05-07) - diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d396dbf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Enda Phelan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/action.yml b/action.yml index fb63dbc..c660652 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: inputs: version: - description: 'git-chglog version' + description: 'Specify which git-chglog version to use' default: 'latest' required: false