Skip to content

Commit

Permalink
Merge pull request #383 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--install-octopus-cli-action

chore(main): release 3.0.0
  • Loading branch information
jbristowe authored Dec 13, 2022
2 parents 00ef26f + eacc64b commit b44313a
Show file tree
Hide file tree
Showing 5 changed files with 894 additions and 97 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.0.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.2.1...v3.0.0) (2022-12-13)


### ⚠ BREAKING CHANGES

* Update action to install our new go cli

### Features

* Update action to install our new go cli ([5eb509a](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/5eb509aa6f61be71716c9df9f62821b2f533b996))


### Bug Fixes

* updated dependencies ([820f71c](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/820f71c8fb1246d0c0b0575100700102c715b18b))


### Miscellaneous Chores

* release 3.0.0 ([#384](https://github.com/OctopusDeploy/install-octopus-cli-action/issues/384)) ([3fcc9b1](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/3fcc9b1cdb0067f02416b05b346783d412e65950))

## [1.2.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.3.0...v1.2.1) (2022-11-04)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To install the latest version (i.e. `*` or `latest`) of the Octopus CLI:

```yml
- name: Install Octopus CLI 🐙
uses: OctopusDeploy/install-octopus-cli-action@v1
uses: OctopusDeploy/install-octopus-cli-action@v3
with:
version: '*'
```
Expand All @@ -28,7 +28,7 @@ To install a specific version of the Octopus CLI:
```yml
- name: Install Octopus CLI 🐙
uses: OctopusDeploy/install-octopus-cli-action@v1
uses: OctopusDeploy/install-octopus-cli-action@v3
with:
version: 9.0.0
```
Expand All @@ -37,7 +37,7 @@ Here's an example of invoking the `list-deployments` command after installing th

```yml
- name: Install Octopus CLI 🐙
uses: OctopusDeploy/install-octopus-cli-action@v1
uses: OctopusDeploy/install-octopus-cli-action@v3
with:
version: 9.0.0
- name: list-octopusdeploy-deployments
Expand Down
Loading

0 comments on commit b44313a

Please sign in to comment.