Skip to content

Commit

Permalink
chore(main): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot committed Dec 1, 2023
1 parent de60c24 commit 970edb4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [4.0.0](https://github.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0) (2023-12-01)


### ⚠ BREAKING CHANGES

* run on node20
* upgrade release-please to v16
* v4 release ([#871](https://github.com/google-github-actions/release-please-action/issues/871))

### deps

* upgrade release-please to v16 ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))


### Features

* run on node20 ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))
* v4 release ([#871](https://github.com/google-github-actions/release-please-action/issues/871)) ([9cf05a0](https://github.com/google-github-actions/release-please-action/commit/9cf05a09b133475347f729dc7d17b023081cc8d3))


### Bug Fixes

* 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))

## [3.7.13](https://github.com/google-github-actions/release-please-action/compare/v3.7.12...v3.7.13) (2023-11-06)


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

0 comments on commit 970edb4

Please sign in to comment.