Skip to content

Commit 6b440d4

Browse files
authored
Merge pull request #35 from puppetlabs/3.1.0-release-prep
3.1.0 release prep
2 parents 03adf19 + 9bb978e commit 6b440d4

File tree

4 files changed

+30
-21
lines changed

4 files changed

+30
-21
lines changed

.github/workflows/release.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module VmpoolerProviderVsphere
4-
VERSION = '3.0.0'
4+
VERSION = '3.1.0'
55
end

0 commit comments

Comments
 (0)