Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [5.0.0](https://github.com/sameer-coder/github-action-notify-release-1/compare/v4.0.0...v5.0.0) (2023-01-10)


### ⚠ BREAKING CHANGES

* breaking
* breaking

### Features

* add configurable commit message truncation ([2e52076](https://github.com/sameer-coder/github-action-notify-release-1/commit/2e52076c22687787982d665dc9034b6f06abc910))
* automatic closing of the issue when released ([17bb296](https://github.com/sameer-coder/github-action-notify-release-1/commit/17bb2962d1e63627db19667ecdb3f451fdc371ae))
* breaking ([a8b548a](https://github.com/sameer-coder/github-action-notify-release-1/commit/a8b548a05dbeca561352b2c32b5a973ac234ac74))
* breaking ([2c548a8](https://github.com/sameer-coder/github-action-notify-release-1/commit/2c548a8491c8ca8d1a0b95f1d5eb67d60efd4d1a))
* del ([a4f175e](https://github.com/sameer-coder/github-action-notify-release-1/commit/a4f175e7886c1918980c319a1e16422cb7784e7e))
* emit a warning when action is pinned to head ([#143](https://github.com/sameer-coder/github-action-notify-release-1/issues/143)) ([9085c76](https://github.com/sameer-coder/github-action-notify-release-1/commit/9085c76edf2bf4bfe12a84080e10ff829164c62b))
* minor ([31bfe7a](https://github.com/sameer-coder/github-action-notify-release-1/commit/31bfe7a9aea43abc6a13f5b2589ddc0331304d36))
* new feat ([be941c1](https://github.com/sameer-coder/github-action-notify-release-1/commit/be941c1f2fae05adc20844428a0c4b7a32d19540))
* new issue body template ([c3127c2](https://github.com/sameer-coder/github-action-notify-release-1/commit/c3127c21f8d02561aed009af4863a68208dd0702))
* test feature ([0e3a415](https://github.com/sameer-coder/github-action-notify-release-1/commit/0e3a415eb540685d1ab546b1a1fdb9a6433bb84e))
* test-1 ([4d62bcc](https://github.com/sameer-coder/github-action-notify-release-1/commit/4d62bcc850bd60d7ba4159716b412d68e6702b66))
* test-2 ([98484cd](https://github.com/sameer-coder/github-action-notify-release-1/commit/98484cd54a32f10a625bd32961dd81ef4228eeba))
* test-3 ([60d0a43](https://github.com/sameer-coder/github-action-notify-release-1/commit/60d0a43655f0d8a1ccea24ef88d108e678eed42d))
* Use release-automation ([#125](https://github.com/sameer-coder/github-action-notify-release-1/issues/125)) ([46f9641](https://github.com/sameer-coder/github-action-notify-release-1/commit/46f964198526535d62d10d5682baa3a43c39d2d4))


### Bug Fixes

* handle no release ([598c72f](https://github.com/sameer-coder/github-action-notify-release-1/commit/598c72fd5f086b478cf16904860750a3f2fa4f26))
* latest release ([16b37ea](https://github.com/sameer-coder/github-action-notify-release-1/commit/16b37eac645a0c87cc7ea60c26bc58f8fe3b0033))
* octokit issue api ([fde50cd](https://github.com/sameer-coder/github-action-notify-release-1/commit/fde50cdba782b5d63aa8ffb825addfbf41b35eb3))
* test ([6777427](https://github.com/sameer-coder/github-action-notify-release-1/commit/6777427d356bf741c4bf541ebd413d5d79f9d29b))
* updating pull request event ([06f0039](https://github.com/sameer-coder/github-action-notify-release-1/commit/06f0039e168aa70731a3ef86872828a6133172ae))

## [4.0.0](https://github.com/sameer-coder/github-action-notify-release-1/compare/v3.0.0...v4.0.0) (2023-01-10)


Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "github-action-notify-release",
"version": "4.0.0",
"version": "5.0.0",
"description": "tetssssdfdf",
"main": "dist/index.js",
"scripts": {
Expand Down