Skip to content

Commit 16a9c90

Browse files
chore(main): release 4.4.0 (#1156)
🤖 I have created a release *beep* *boop* --- ## [4.4.0](v4.3.0...v4.4.0) (2025-10-09) ### Features * add ability to select versioning-strategy and release-as ([#1121](#1121)) ([ee0f5ba](ee0f5ba)) ### Bug Fixes * `changelog-host` parameter ignored when using manifest configuration ([#1151](#1151)) ([535c413](535c413)) * bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory ([#1149](#1149)) ([3612a99](3612a99)) * bump release-please from 17.1.2 to 17.1.3 ([#1158](#1158)) ([66fbfe9](66fbfe9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e5c2aa4 commit 16a9c90

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [4.4.0](https://github.com/googleapis/release-please-action/compare/v4.3.0...v4.4.0) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* add ability to select versioning-strategy and release-as ([#1121](https://github.com/googleapis/release-please-action/issues/1121)) ([ee0f5ba](https://github.com/googleapis/release-please-action/commit/ee0f5bae453367755be0c4340193531b3f538374))
9+
10+
11+
### Bug Fixes
12+
13+
* `changelog-host` parameter ignored when using manifest configuration ([#1151](https://github.com/googleapis/release-please-action/issues/1151)) ([535c413](https://github.com/googleapis/release-please-action/commit/535c4130c1030110bdacd1b3076f98c046c3a227))
14+
* bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory ([#1149](https://github.com/googleapis/release-please-action/issues/1149)) ([3612a99](https://github.com/googleapis/release-please-action/commit/3612a99d75bd7a010bb03d6e2ee3e2392b7392fb))
15+
* bump release-please from 17.1.2 to 17.1.3 ([#1158](https://github.com/googleapis/release-please-action/issues/1158)) ([66fbfe9](https://github.com/googleapis/release-please-action/commit/66fbfe9439cb7a3660ecdc00d42573ef0bd00764))
16+
317
## [4.3.0](https://github.com/googleapis/release-please-action/compare/v4.2.0...v4.3.0) (2025-08-20)
418

519

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": "4.3.0",
4+
"version": "4.4.0",
55
"description": "automated releases based on conventional commits",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)