Skip to content

Commit 9b9588d

Browse files
chore(main): release 4.0.0
1 parent 98484cd commit 9b9588d

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/sameer-coder/github-action-notify-release-1/compare/v3.0.0...v4.0.0) (2023-01-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* breaking
9+
* breaking
10+
11+
### Features
12+
13+
* add configurable commit message truncation ([2e52076](https://github.com/sameer-coder/github-action-notify-release-1/commit/2e52076c22687787982d665dc9034b6f06abc910))
14+
* automatic closing of the issue when released ([17bb296](https://github.com/sameer-coder/github-action-notify-release-1/commit/17bb2962d1e63627db19667ecdb3f451fdc371ae))
15+
* breaking ([a8b548a](https://github.com/sameer-coder/github-action-notify-release-1/commit/a8b548a05dbeca561352b2c32b5a973ac234ac74))
16+
* breaking ([2c548a8](https://github.com/sameer-coder/github-action-notify-release-1/commit/2c548a8491c8ca8d1a0b95f1d5eb67d60efd4d1a))
17+
* del ([a4f175e](https://github.com/sameer-coder/github-action-notify-release-1/commit/a4f175e7886c1918980c319a1e16422cb7784e7e))
18+
* 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))
19+
* minor ([31bfe7a](https://github.com/sameer-coder/github-action-notify-release-1/commit/31bfe7a9aea43abc6a13f5b2589ddc0331304d36))
20+
* new feat ([be941c1](https://github.com/sameer-coder/github-action-notify-release-1/commit/be941c1f2fae05adc20844428a0c4b7a32d19540))
21+
* new issue body template ([c3127c2](https://github.com/sameer-coder/github-action-notify-release-1/commit/c3127c21f8d02561aed009af4863a68208dd0702))
22+
* test feature ([0e3a415](https://github.com/sameer-coder/github-action-notify-release-1/commit/0e3a415eb540685d1ab546b1a1fdb9a6433bb84e))
23+
* test-1 ([4d62bcc](https://github.com/sameer-coder/github-action-notify-release-1/commit/4d62bcc850bd60d7ba4159716b412d68e6702b66))
24+
* test-2 ([98484cd](https://github.com/sameer-coder/github-action-notify-release-1/commit/98484cd54a32f10a625bd32961dd81ef4228eeba))
25+
* 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))
26+
27+
28+
### Bug Fixes
29+
30+
* handle no release ([598c72f](https://github.com/sameer-coder/github-action-notify-release-1/commit/598c72fd5f086b478cf16904860750a3f2fa4f26))
31+
* latest release ([16b37ea](https://github.com/sameer-coder/github-action-notify-release-1/commit/16b37eac645a0c87cc7ea60c26bc58f8fe3b0033))
32+
* octokit issue api ([fde50cd](https://github.com/sameer-coder/github-action-notify-release-1/commit/fde50cdba782b5d63aa8ffb825addfbf41b35eb3))
33+
* test ([6777427](https://github.com/sameer-coder/github-action-notify-release-1/commit/6777427d356bf741c4bf541ebd413d5d79f9d29b))
34+
* updating pull request event ([06f0039](https://github.com/sameer-coder/github-action-notify-release-1/commit/06f0039e168aa70731a3ef86872828a6133172ae))
35+
336
## [3.0.0](https://github.com/sameer-coder/github-action-notify-release-1/compare/v2.2.0...v3.0.0) (2023-01-10)
437

538

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-notify-release",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "tetssssdfdf",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)