Skip to content

Commit

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

* chore: build dist and update README
  • Loading branch information
team-integrations-fnm-bot committed Dec 23, 2022
1 parent f4b624a commit 742f44c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.2](https://github.com/OctopusDeploy/create-release-action/compare/v3.0.1...v3.0.2) (2022-12-23)


### Bug Fixes

* Added release notes file back in, as trying to pass large data through action outputs isn't practical ([#367](https://github.com/OctopusDeploy/create-release-action/issues/367)) ([f4b624a](https://github.com/OctopusDeploy/create-release-action/commit/f4b624abdcf20d8e9decf6d743936c4e7570b909))

## [3.0.1](https://github.com/OctopusDeploy/create-release-action/compare/v3.0.0...v3.0.1) (2022-12-19)


Expand Down
17 changes: 15 additions & 2 deletions dist/index.js

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
},
"version": "3.0.1"
"version": "3.0.2"
}

0 comments on commit 742f44c

Please sign in to comment.