From c418736c324dd85ebb2bdb940a9dce1f353899a6 Mon Sep 17 00:00:00 2001 From: mihaibuzgau Date: Thu, 11 Apr 2019 16:31:50 +0300 Subject: [PATCH 1/2] (packaging) Update reported version to 1.8.3 [no-promote] --- lib/puppet/resource_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/resource_api/version.rb b/lib/puppet/resource_api/version.rb index 3fc734d2..d093ae7c 100644 --- a/lib/puppet/resource_api/version.rb +++ b/lib/puppet/resource_api/version.rb @@ -1,5 +1,5 @@ module Puppet module ResourceApi - VERSION = '1.8.2'.freeze + VERSION = '1.8.3'.freeze end end From f799e3fa19e67365b03a018e982ccadc3af4dbe8 Mon Sep 17 00:00:00 2001 From: mihaibuzgau Date: Thu, 11 Apr 2019 16:36:54 +0300 Subject: [PATCH 2/2] (PA-2496) Remove v from release version --- README.md | 2 +- misc/ANNOUNCEMENT_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 138fbc38..c8ddaf58 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ To do so, follow these instructions from a current `master` checkout: * run `rake changelog` * double check the PRs to make sure they're all tagged correctly (using the new CHANGELOG for cross-checking) * Check README and other materials for up-to-date-ness -* Commit changes with title "Release prep for v\" +* Commit changes with title "Release prep for \" * Upload and PR the release-prep branch to the puppetlabs GitHub repo * Check that CI is green and merge the PR * Run `rake release[upstream]` to release from your checkout diff --git a/misc/ANNOUNCEMENT_TEMPLATE.md b/misc/ANNOUNCEMENT_TEMPLATE.md index a374ce4d..fe6f8ae0 100644 --- a/misc/ANNOUNCEMENT_TEMPLATE.md +++ b/misc/ANNOUNCEMENT_TEMPLATE.md @@ -22,7 +22,7 @@ See [this post](https://groups.google.com/d/msg/puppet-dev/1R9gwkEIxHU/adWXJ0NfC --- -Subject: [ANN] Resource API vX.Y.Z Release +Subject: [ANN] Resource API X.Y.Z Release Hi all,