Skip to content

Commit

Permalink
publish 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Jun 17, 2020
1 parent 341ee64 commit 9c25f56
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# terraform-provider-spinnaker

## 2.3.0

- [341ee64] Patch manifest (#72)
- [ec0d831] add bake manifest stage (#71)
- [cbb5078] Stage expected artifacts (#70)
- [6d185f7] Initializing Variables (#67)

## 2.2.2

- `2c8d5f` persist StageTimeoutMS
- `2c8d5f` persist StageTimeoutMS (#66)

## 2.2.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ go mod vendor
### Link ###

```sh
version=v2.2.2
version=v2.3.0
go clean
go build
rm ~/.terraform.d/plugins/$(uname | tr '[:upper:]' '[:lower:]')_amd64/terraform-provider-spinnaker_$version
Expand Down
2 changes: 1 addition & 1 deletion publish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=v2.2.2
version=v2.3.0
git tag -a $version -m $version
git push origin $version
goreleaser release --rm-dist

0 comments on commit 9c25f56

Please sign in to comment.