Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit a6d1fd9

Browse files
chore(main): release 4.0.0 (#883)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v3.7.13...v4.0.0) (2023-12-01) ### ⚠ BREAKING CHANGES * remove most configuration options in favor of manifest configuration to configure the release-please-action * rewrite in typescript * remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` * run on node20 * **deps:** upgrade release-please to v16 * v4 release ### Features * **deps:** upgrade release-please to v16 ([9cf05a0](9cf05a0)) * remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` ([9cf05a0](9cf05a0)) * remove most configuration options in favor of manifest configuration to configure the release-please-action ([9cf05a0](9cf05a0)) * run on node20 ([9cf05a0](9cf05a0)) * v4 release ([9cf05a0](9cf05a0)) ### Bug Fixes * bump release-please from 16.3.0 to 16.3.1 ([#876](https://github.com/google-github-actions/release-please-action/issues/876)) ([c9291a9](c9291a9)) * restore include-component-in-tag default (false) ([#888](https://github.com/google-github-actions/release-please-action/issues/888)) ([19431a1](19431a1)) ### Code Refactoring * rewrite in typescript ([9cf05a0](9cf05a0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Jeff Ching <chingor@google.com>
1 parent 27c87c8 commit a6d1fd9

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0) (2023-12-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove most configuration options in favor of manifest configuration to configure the release-please-action
9+
* rewrite in typescript
10+
* remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request`
11+
* run on node20
12+
* **deps:** upgrade release-please to v16
13+
* v4 release
14+
15+
### Features
16+
17+
* **deps:** upgrade release-please to v16 ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
18+
* remove command option in favor of setting `release-type` and `skip-github-release`/`skip-github-pull-request` ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
19+
* remove most configuration options in favor of manifest configuration to configure the release-please-action ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
20+
* run on node20 ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
21+
* v4 release ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
22+
23+
24+
### Bug Fixes
25+
26+
* bump release-please from 16.3.0 to 16.3.1 ([#876](https://github.com/google-github-actions/release-please-action/issues/876)) ([c9291a9](https://github.com/google-github-actions/release-please-action/commit/c9291a968c291c9576e9e82a69ac316f60b980eb))
27+
* restore include-component-in-tag default (false) ([#888](https://github.com/google-github-actions/release-please-action/issues/888)) ([19431a1](https://github.com/google-github-actions/release-please-action/commit/19431a1126b0d092093511e4d9074add51d1e9e1))
28+
29+
30+
### Code Refactoring
31+
32+
* rewrite in typescript ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
33+
334
## [3.7.13](https://github.com/google-github-actions/release-please-action/compare/v3.7.12...v3.7.13) (2023-11-06)
435

536

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,7 +1,7 @@
11
{
22
"name": "release-please-action",
33
"private": true,
4-
"version": "3.7.13",
4+
"version": "4.0.0",
55
"description": "automated releases based on conventional commits",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)