Skip to content

Commit

Permalink
fix: changelog (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 authored Jun 20, 2022
1 parent c1460e0 commit 06ae21f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
git config --global user.name "team-integrations-fnm-bot"
git config user.email 'integrationsfnmbot@octopus.com '
git add dist/
git diff-index --quiet HEAD || git commit -m "chore: build dist" && git push origin
git diff-index --quiet HEAD || (git commit -m "chore: build dist" && git push origin)
19 changes: 0 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
# Changelog

## [0.1.2](https://github.com/OctopusDeploy/push-build-information-action/compare/v0.1.2...v0.1.2) (2022-06-20)


### Features

* initial release ([#16](https://github.com/OctopusDeploy/push-build-information-action/issues/16)) ([658d30f](https://github.com/OctopusDeploy/push-build-information-action/commit/658d30f4904bed57f0f24ac084690eac6b8b5aca))
* release 0.1.1 ([#24](https://github.com/OctopusDeploy/push-build-information-action/issues/24)) ([ddcabeb](https://github.com/OctopusDeploy/push-build-information-action/commit/ddcabeb1b812c7ba0ad177c31161fb5a9ea462b1))


### Bug Fixes

* **dist:** reference correct index file in package.json ([#26](https://github.com/OctopusDeploy/push-build-information-action/issues/26)) ([145e62c](https://github.com/OctopusDeploy/push-build-information-action/commit/145e62c509850e176e293f35db7bacb5d55dd849))


### Miscellaneous Chores

* release 0.1.0 ([#15](https://github.com/OctopusDeploy/push-build-information-action/issues/15)) ([51d35d8](https://github.com/OctopusDeploy/push-build-information-action/commit/51d35d86902e79e37c68438e1c16ca6a9b091809))
* release 0.1.2 ([#28](https://github.com/OctopusDeploy/push-build-information-action/issues/28)) ([ac3ae1c](https://github.com/OctopusDeploy/push-build-information-action/commit/ac3ae1cae62d7882c6793ad47d4bb252187220a0))

## [0.1.2](https://github.com/OctopusDeploy/push-build-information-action/compare/v0.1.1...v0.1.2) (2022-06-15)


Expand Down

0 comments on commit 06ae21f

Please sign in to comment.