mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
Comment changelog validation until jira support is added
This commit is contained in:
parent
e8c9ffba9e
commit
b32768e36f
1 changed files with 19 additions and 19 deletions
38
.github/workflows/release.yml
vendored
38
.github/workflows/release.yml
vendored
|
|
@ -77,26 +77,26 @@ jobs:
|
|||
console.log('return:', returnValue);
|
||||
return returnValue;
|
||||
|
||||
- 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 'docker run -it --rm -e CHANGELOG_GITHUB_TOKEN -v "\$\(pwd\)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator:1.16.2 github_changelog_generator --future-release ${{ steps.nv.outputs.version }}'"
|
||||
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 'docker run -it --rm -e CHANGELOG_GITHUB_TOKEN -v "\$\(pwd\)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator:1.16.2 github_changelog_generator --future-release ${{ steps.nv.outputs.version }}'"
|
||||
# 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