mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Revert "Comment changelog validation until jira support is added"
This reverts commit b32768e36f.
This commit is contained in:
parent
48a8085e2d
commit
b17bc80b2d
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);
|
console.log('return:', returnValue);
|
||||||
return returnValue;
|
return returnValue;
|
||||||
|
|
||||||
# - name: Generate Changelog
|
- name: Generate Changelog
|
||||||
# uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
||||||
# with:
|
with:
|
||||||
# args: >-
|
args: >-
|
||||||
# --future-release ${{ steps.nv.outputs.version }}
|
--future-release ${{ steps.nv.outputs.version }}
|
||||||
# env:
|
env:
|
||||||
# CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: Validate Changelog
|
- name: Validate Changelog
|
||||||
# run : |
|
run : |
|
||||||
# set -e
|
set -e
|
||||||
# if [[ -n $(git status --porcelain) ]]; then
|
if [[ -n $(git status --porcelain) ]]; then
|
||||||
# echo "Here is the current git status:"
|
echo "Here is the current git status:"
|
||||||
# git status
|
git status
|
||||||
# echo
|
echo
|
||||||
# echo "The following changes were detected:"
|
echo "The following changes were detected:"
|
||||||
# git --no-pager diff
|
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 }}'"
|
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
|
exit 1
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
- name: Generate Release Notes
|
- name: Generate Release Notes
|
||||||
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue