Skip to content

Commit b44313a

Browse files
authored
Merge pull request #383 from OctopusDeploy/release-please--branches--main--components--install-octopus-cli-action
chore(main): release 3.0.0
2 parents 00ef26f + eacc64b commit b44313a

File tree

5 files changed

+894
-97
lines changed

5 files changed

+894
-97
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.2.1...v3.0.0) (2022-12-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update action to install our new go cli
9+
10+
### Features
11+
12+
* Update action to install our new go cli ([5eb509a](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/5eb509aa6f61be71716c9df9f62821b2f533b996))
13+
14+
15+
### Bug Fixes
16+
17+
* updated dependencies ([820f71c](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/820f71c8fb1246d0c0b0575100700102c715b18b))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* 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))
23+
324
## [1.2.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.3.0...v1.2.1) (2022-11-04)
425

526

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install the latest version (i.e. `*` or `latest`) of the Octopus CLI:
1919

2020
```yml
2121
- name: Install Octopus CLI 🐙
22-
uses: OctopusDeploy/install-octopus-cli-action@v1
22+
uses: OctopusDeploy/install-octopus-cli-action@v3
2323
with:
2424
version: '*'
2525
```
@@ -28,7 +28,7 @@ To install a specific version of the Octopus CLI:
2828
2929
```yml
3030
- name: Install Octopus CLI 🐙
31-
uses: OctopusDeploy/install-octopus-cli-action@v1
31+
uses: OctopusDeploy/install-octopus-cli-action@v3
3232
with:
3333
version: 9.0.0
3434
```
@@ -37,7 +37,7 @@ Here's an example of invoking the `list-deployments` command after installing th
3737

3838
```yml
3939
- name: Install Octopus CLI 🐙
40-
uses: OctopusDeploy/install-octopus-cli-action@v1
40+
uses: OctopusDeploy/install-octopus-cli-action@v3
4141
with:
4242
version: 9.0.0
4343
- name: list-octopusdeploy-deployments

0 commit comments

Comments
 (0)