Skip to content

Commit ef5e52e

Browse files
Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> Co-authored-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com>
1 parent a51c1f1 commit ef5e52e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## [[email protected]](https://github.com/flex-development/grease/compare/[email protected]@3.0.0-alpha.2) (2023-10-22)
2+
3+
### :package: Build
4+
5+
- [[`e0fbdb6`](https://github.com/flex-development/grease/commit/e0fbdb69740566a85037a2fc556843e89ed948d3)] **deps-dev:** bump the eslint group with 1 update ([#162](https://github.com/flex-development/grease/issues/162))
6+
7+
### :robot: Continuous Integration
8+
9+
- [[`742df94`](https://github.com/flex-development/grease/commit/742df940d5721246f88e2d8beb445cfb7eee9c96)] add `changelog` job to required status checks
10+
- [[`6a18c00`](https://github.com/flex-development/grease/commit/6a18c00962f4851fcb31fb8cd8fa89923d48f5c7)] **workflows:** [`auto-merge`] cleanup `if` conditional
11+
- [[`b59490e`](https://github.com/flex-development/grease/commit/b59490e97e0dd012486d6787709014423a4460e0)] **workflows:** [`auto-merge`] use bot token
12+
- [[`d2af94f`](https://github.com/flex-development/grease/commit/d2af94f276ed134473da76be822fb5c4876f923a)] **workflows:** [`ci`] add `changelog` job summary
13+
- [[`c368831`](https://github.com/flex-development/grease/commit/c36883129062b76e45bb0caa6b347ba5b73aae05)] **workflows:** [`infrastructure`] check `github.actor` against `vars.MAINTAINERS`
14+
- [[`b2beb7e`](https://github.com/flex-development/grease/commit/b2beb7ef8c7ae8a5ab1a185c35e4b5a237fe3e78)] **workflows:** [`integrity`] cleanup `pull_request` event activity types
15+
- [[`a51c1f1`](https://github.com/flex-development/grease/commit/a51c1f1165312f47757345c978cb73117f5966d0)] **workflows:** [`release-branch`] use bot token
16+
- [[`d2cd2d5`](https://github.com/flex-development/grease/commit/d2cd2d568c98e8f6e8eb9b2f431a0299ffc0bf54)] **workflows:** [`release`] add releases notes to job summary
17+
- [[`ae8d06e`](https://github.com/flex-development/grease/commit/ae8d06e60b96fd4c27c6b610f0b91083351ba878)] **workflows:** [`release`] fix `jobs.publish.steps.checkout` permissions
18+
- [[`7dd78af`](https://github.com/flex-development/grease/commit/7dd78af22c6476697b4594d32e02328d30265fe1)] **workflows:** [`release`] fix `jobs.publish.steps.tag` command
19+
- [[`1451601`](https://github.com/flex-development/grease/commit/14516019a1f79e86940eae83bcf4315d06b44dda)] **workflows:** add `auto-review`
20+
- [[`8170104`](https://github.com/flex-development/grease/commit/8170104089afc6e463da2ae5ddab25718522001e)] **workflows:** add `dependabot-dedupe`
21+
22+
### :house_with_garden: Housekeeping
23+
24+
- [[`61d48c4`](https://github.com/flex-development/grease/commit/61d48c4a099ec2e96d4cbda02c5177c7110c2447)] **github:** add labels `scope:changelog` and `scope:git`
25+
- [[`ea32d96`](https://github.com/flex-development/grease/commit/ea32d96665af1b92bf4168dc149a5bb4cc68732e)] **github:** sort feature issue template labels
26+
- [[`5009d7d`](https://github.com/flex-development/grease/commit/5009d7dc5f921130974657fdbd744b664a0eecfd)] **tests:** [vitest] update reporters config logic
27+
28+
### :white_check_mark: Testing
29+
30+
- [[`4a1c96d`](https://github.com/flex-development/grease/commit/4a1c96d6b36110be7b13b2a35a94ae2eb13d3220)] stabilize changelog tests
31+
132
## [[email protected]](https://github.com/flex-development/grease/compare/[email protected]@3.0.0-alpha.1) (2023-10-20)
233

334
### ⚠ BREAKING CHANGES
@@ -390,3 +421,4 @@
390421
- [[`f56dea7`](https://github.com/flex-development/grease/commit/f56dea7be7c0ab10c37972a76710b0a27362f9cd)] **node:** add types only production build
391422

392423

424+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/grease",
33
"description": "Release workflow tool for Node.js and CLI environments",
4-
"version": "3.0.0-alpha.1",
4+
"version": "3.0.0-alpha.2",
55
"keywords": [
66
"bump",
77
"changelog",

0 commit comments

Comments
 (0)