cut version 1.5.4
This commit is contained in:
parent
ac239d1188
commit
c9b011145d
|
@ -1,3 +1,7 @@
|
||||||
|
## 1.5.4 (February 14, 2020)
|
||||||
|
no-change release to fix code-signing on OSX binaries. Since checksums for these
|
||||||
|
binaries has changed, we are releasing a second time to prevent confusion.
|
||||||
|
|
||||||
## 1.5.3 (February 14, 2020)
|
## 1.5.3 (February 14, 2020)
|
||||||
|
|
||||||
### IMPROVEMENTS:
|
### IMPROVEMENTS:
|
||||||
|
|
|
@ -14,7 +14,7 @@ const Version = "1.5.4"
|
||||||
// A pre-release marker for the version. If this is "" (empty string)
|
// A pre-release marker for the version. If this is "" (empty string)
|
||||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||||
// such as "dev" (in development), "beta", "rc1", etc.
|
// such as "dev" (in development), "beta", "rc1", etc.
|
||||||
const VersionPrerelease = "dev"
|
const VersionPrerelease = ""
|
||||||
|
|
||||||
func FormattedVersion() string {
|
func FormattedVersion() string {
|
||||||
var versionString bytes.Buffer
|
var versionString bytes.Buffer
|
||||||
|
|
|
@ -2,7 +2,7 @@ set :base_url, "https://www.packer.io/"
|
||||||
|
|
||||||
activate :hashicorp do |h|
|
activate :hashicorp do |h|
|
||||||
h.name = "packer"
|
h.name = "packer"
|
||||||
h.version = "1.5.3"
|
h.version = "1.5.4"
|
||||||
h.github_slug = "hashicorp/packer"
|
h.github_slug = "hashicorp/packer"
|
||||||
h.website_root = "website"
|
h.website_root = "website"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue