File tree Expand file tree Collapse file tree 4 files changed +30
-21
lines changed
lib/vmpooler-provider-vsphere Expand file tree Collapse file tree 4 files changed +30
-21
lines changed Original file line number Diff line number Diff line change @@ -29,26 +29,26 @@ jobs:
2929 echo "version=$version" >> $GITHUB_OUTPUT
3030 echo "Found version $version from lib/vmpooler-provider-vsphere/version.rb"
3131
32- - name : Generate Changelog
33- uses : docker://githubchangeloggenerator/github-changelog-generator:1.16.2
34- with :
35- args : >-
36- --future-release ${{ steps.nv.outputs.version }}
37- env :
38- CHANGELOG_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32+ # - name: Generate Changelog
33+ # uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
34+ # with:
35+ # args: >-
36+ # --future-release ${{ steps.nv.outputs.version }}
37+ # env:
38+ # CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
40- - name : Validate Changelog
41- run : |
42- set -e
43- if [[ -n $(git status --porcelain) ]]; then
44- echo "Here is the current git status:"
45- git status
46- echo
47- echo "The following changes were detected:"
48- git --no-pager diff
49- echo "Uncommitted PRs found in the changelog. Please submit a release prep PR of changes after running `./update-changelog`"
50- exit 1
51- fi
40+ # - name: Validate Changelog
41+ # run : |
42+ # set -e
43+ # if [[ -n $(git status --porcelain) ]]; then
44+ # echo "Here is the current git status:"
45+ # git status
46+ # echo
47+ # echo "The following changes were detected:"
48+ # git --no-pager diff
49+ # echo "Uncommitted PRs found in the changelog. Please submit a release prep PR of changes after running `./update-changelog`"
50+ # exit 1
51+ # fi
5252
5353 - name : Generate Release Notes
5454 uses : docker://githubchangeloggenerator/github-changelog-generator:1.16.2
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.1.0] ( https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.1.0 ) (2023-05-01)
4+
5+ [ Full Changelog] ( https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.0.0...3.1.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - Migrate issue management to Jira [ \# 34] ( https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/34 ) ([ yachub] ( https://github.com/yachub ) )
10+ - Bump jruby to 9.4.2.0 [ \# 33] ( https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/33 ) ([ yachub] ( https://github.com/yachub ) )
11+
312## [ 3.0.0] ( https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.0.0 ) (2023-04-19)
413
514[ Full Changelog] ( https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/2.1.0...3.0.0 )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- vmpooler-provider-vsphere (3.0 .0 )
4+ vmpooler-provider-vsphere (3.1 .0 )
55 rbvmomi2 (>= 3.1 , < 4.0 )
66 vmpooler (~> 3.0 )
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module VmpoolerProviderVsphere
4- VERSION = '3.0 .0'
4+ VERSION = '3.1 .0'
55end
You can’t perform that action at this time.
0 commit comments