Skip to content

Commit 3e80797

Browse files
chore(main): release 16.15.0 (#2429)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 72d40df commit 3e80797

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "16.14.4"
2+
".": "16.15.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/release-please?activeTab=versions
66

7+
## [16.15.0](https://github.com/googleapis/release-please/compare/v16.14.4...v16.15.0) (2024-11-13)
8+
9+
10+
### Features
11+
12+
* add `always-update` option to push to always push to release branch ([72d40df](https://github.com/googleapis/release-please/commit/72d40df677b08fd52654a4c3b320649f63b9c635))
13+
714
## [16.14.4](https://github.com/googleapis/release-please/compare/v16.14.3...v16.14.4) (2024-11-12)
815

916

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "release-please",
3-
"version": "16.14.4",
3+
"version": "16.15.0",
44
"description": "generate release PRs based on the conventionalcommits.org spec",
55
"main": "./build/src/index.js",
66
"bin": "./build/src/bin/release-please.js",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ export const configSchema = require('../../schemas/config.json');
6363
export const manifestSchema = require('../../schemas/manifest.json');
6464

6565
// x-release-please-start-version
66-
export const VERSION = '16.14.4';
66+
export const VERSION = '16.15.0';
6767
// x-release-please-end

0 commit comments

Comments
 (0)