mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-25 18:48:42 -05:00
Comment changelog validation until jira support is added
This commit is contained in:
parent
7b234006af
commit
5024129716
1 changed files with 19 additions and 19 deletions
38
.github/workflows/release.yml
vendored
38
.github/workflows/release.yml
vendored
|
|
@ -29,26 +29,26 @@ jobs:
|
|||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
echo "Found version $version from lib/vmpooler-dns-gcp/version.rb"
|
||||
|
||||
- name: Generate Changelog
|
||||
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
||||
with:
|
||||
args: >-
|
||||
--future-release ${{ steps.nv.outputs.version }}
|
||||
env:
|
||||
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# - name: Generate Changelog
|
||||
# uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
||||
# with:
|
||||
# args: >-
|
||||
# --future-release ${{ steps.nv.outputs.version }}
|
||||
# env:
|
||||
# CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Validate Changelog
|
||||
run : |
|
||||
set -e
|
||||
if [[ -n $(git status --porcelain) ]]; then
|
||||
echo "Here is the current git status:"
|
||||
git status
|
||||
echo
|
||||
echo "The following changes were detected:"
|
||||
git --no-pager diff
|
||||
echo "Uncommitted PRs found in the changelog. Please submit a release prep PR of changes after running `./update-changelog`"
|
||||
exit 1
|
||||
fi
|
||||
# - name: Validate Changelog
|
||||
# run : |
|
||||
# set -e
|
||||
# if [[ -n $(git status --porcelain) ]]; then
|
||||
# echo "Here is the current git status:"
|
||||
# git status
|
||||
# echo
|
||||
# echo "The following changes were detected:"
|
||||
# git --no-pager diff
|
||||
# echo "Uncommitted PRs found in the changelog. Please submit a release prep PR of changes after running `./update-changelog`"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
- name: Generate Release Notes
|
||||
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue