Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#249)
Browse files Browse the repository at this point in the history
* chore(main): release 2.0.0

* chore: build dist and update README
  • Loading branch information
team-integrations-fnm-bot authored Jul 14, 2022
1 parent 3a791d1 commit c184255
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 131 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.0.0](https://github.com/OctopusDeploy/push-package-action/compare/v1.2.1...v2.0.0) (2022-07-14)


### ⚠ BREAKING CHANGES

* remove unused inputs

### Features

* Added build summary with list of packages that were pushed ([#253](https://github.com/OctopusDeploy/push-package-action/issues/253)) ([5409834](https://github.com/OctopusDeploy/push-package-action/commit/54098349935277c044f57f16750bd2fa3fb7e395))
* release 2.0.0 ([#248](https://github.com/OctopusDeploy/push-package-action/issues/248)) ([ba24ea6](https://github.com/OctopusDeploy/push-package-action/commit/ba24ea6be13e5e89c2e0faa4f3d29f7fade95ed1))


### Bug Fixes

* fix bug where we'd add the wrong parameter when a log level has been specified ([68b5334](https://github.com/OctopusDeploy/push-package-action/commit/68b5334348cdc49750f5f0bc6ce6a41df04b61ab))


### Code Refactoring

* remove unused inputs ([68b5334](https://github.com/OctopusDeploy/push-package-action/commit/68b5334348cdc49750f5f0bc6ce6a41df04b61ab))

## [1.2.1](https://github.com/OctopusDeploy/push-package-action/compare/v1.2.0...v1.2.1) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
with:
version: latest
- name: Push a package to Octopus Deploy 🐙
uses: OctopusDeploy/push-package-action@v1
uses: OctopusDeploy/push-package-action@v2
env:
OCTOPUS_API_KEY: ${{ secrets.API_KEY }}
OCTOPUS_HOST: ${{ secrects.SERVER }}
Expand Down
301 changes: 174 additions & 127 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c184255

Please sign in to comment.