mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
Merge pull request #109 from puppetlabs/revert_issue_management
Revert issue management change
This commit is contained in:
commit
fcad67b3d9
2 changed files with 29 additions and 35 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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# vmpooler-deployment
|
# vmpooler-deployment
|
||||||
|
|
||||||
- [vmpooler-deployment](#vmpooler-deployment)
|
|
||||||
- [VMPooler Components](#vmpooler-components)
|
- [VMPooler Components](#vmpooler-components)
|
||||||
- [Docker Registry](#docker-registry)
|
- [Docker Registry](#docker-registry)
|
||||||
- [Helm Repository](#helm-repository)
|
- [Helm Repository](#helm-repository)
|
||||||
|
|
@ -8,7 +7,6 @@
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Docker Compose URLs](#docker-compose-urls)
|
- [Docker Compose URLs](#docker-compose-urls)
|
||||||
- [Deploy Chart for Testing](#deploy-chart-for-testing)
|
- [Deploy Chart for Testing](#deploy-chart-for-testing)
|
||||||
- [Submitting Issues](#submitting-issues)
|
|
||||||
- [Releasing](#releasing)
|
- [Releasing](#releasing)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
@ -108,10 +106,6 @@ Helm charts are hosted with GitHub Pages since GitHub Packages does not support
|
||||||
Artifactory Example:
|
Artifactory Example:
|
||||||
`curl -H 'X-JFrog-Art-Api:<YOUR_API_KEY>' -T vmpooler-x.y.z-rc.1.tgz "https://artifactory.example.com/artifactory/helm__local/vmpooler-x.y.z-rc.1.tgz"`
|
`curl -H 'X-JFrog-Art-Api:<YOUR_API_KEY>' -T vmpooler-x.y.z-rc.1.tgz "https://artifactory.example.com/artifactory/helm__local/vmpooler-x.y.z-rc.1.tgz"`
|
||||||
|
|
||||||
## 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
|
## Releasing
|
||||||
|
|
||||||
Create a GitHub tag and release, publish a new docker image, and helm chart by opening a release prep pull request and running the release action below.
|
Create a GitHub tag and release, publish a new docker image, and helm chart by opening a release prep pull request and running the release action below.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue