Skip to content

Commit

Permalink
Merge pull request #114 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--push-build-information-action

chore(main): release 3.0.0
  • Loading branch information
jbristowe authored Dec 13, 2022
2 parents 68400a4 + 19ec375 commit d8a6ab0
Show file tree
Hide file tree
Showing 5 changed files with 11,279 additions and 4,759 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/push-build-information-action/compare/v1.1.0...v3.0.0) (2022-12-13)


### ⚠ BREAKING CHANGES

* Update action to use the native API client

### Features

* Update action to use the native API client ([936b2b9](https://github.com/OctopusDeploy/push-build-information-action/commit/936b2b9be7eab00f1e24db3a3ca2bc41218cafb4))


### Bug Fixes

* updated dependencies ([154f4c5](https://github.com/OctopusDeploy/push-build-information-action/commit/154f4c5faec7cf1337a417aa31e98b97d0df80ff))


### Miscellaneous Chores

* release 3.0.0 ([#115](https://github.com/OctopusDeploy/push-build-information-action/issues/115)) ([78cf17c](https://github.com/OctopusDeploy/push-build-information-action/commit/78cf17c3465a3b2c25840fed851d11bed3d974fd))

## [1.1.0](https://github.com/OctopusDeploy/push-build-information-action/compare/v1.0.2...v1.1.0) (2022-11-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
steps:
- uses: actions/checkout@v2
- name: Push build information to Octopus Deploy 🐙
uses: OctopusDeploy/push-build-information-action@v1
uses: OctopusDeploy/push-build-information-action@v3
with:
packages: |
'<packageId1>'
Expand Down
Loading

0 comments on commit d8a6ab0

Please sign in to comment.