Merge pull request #30 from puppetlabs/revert_issue_management

Revert issue management change
This commit is contained in:
Jake Spain 2023-07-11 07:14:14 -04:00 committed by GitHub
commit 2753d5da2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 24 deletions

View file

@ -29,26 +29,26 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
echo "Found version $version from lib/vmpooler-provider-gce/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

View file

@ -7,7 +7,6 @@
- [Labels](#labels)
- [Pre-requisite](#pre-requisite)
- [Update the Gemfile Lock](#update-the-gemfile-lock)
- [Submitting Issues](#submitting-issues)
- [Releasing](#releasing)
- [License](#license)
@ -90,10 +89,6 @@ To update the `Gemfile.lock` run `./update-gemfile-lock`.
Verify, and update if needed, that the docker tag in the script and GitHub action workflows matches what is used in the [vmpooler-deployment Dockerfile](https://github.com/puppetlabs/vmpooler-deployment/blob/main/docker/Dockerfile).
## Submitting Issues
Please file any issues or requests in Jira at <https://puppet.atlassian.net/jira/software/c/projects/POOLER/issues> where project development is tracked across all VMPooler related components.
## Releasing
Follow these steps to publish a new GitHub release, and build and push the gem to <https://rubygems.org>.