mirror of
https://github.com/puppetlabs/vmpooler-provider-vsphere.git
synced 2026-01-26 03:18:41 -05:00
Merge pull request #39 from puppetlabs/revert_issue_management
Revert issue management change
This commit is contained in:
commit
5d79042a10
2 changed files with 19 additions and 24 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-provider-vsphere/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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
- [Usage](#usage)
|
||||
- [Custom VM Config Attribute](#custom-vm-config-attribute)
|
||||
- [Update the Gemfile Lock](#update-the-gemfile-lock)
|
||||
- [Submitting Issues](#submitting-issues)
|
||||
- [Releasing](#releasing)
|
||||
- [License](#license)
|
||||
|
||||
|
|
@ -31,10 +30,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>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue