1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 05:21:13 +02:00

chore: release 2.24.0 (#282)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-03-25 00:53:12 -05:00
committed by GitHub
parent 6c9a359fa0
commit 49c765f88f
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.24.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.23.0...v2.24.0) (2021-03-25)
### Features
* **manifest:** add manifest-pr command ([#280](https://www.github.com/google-github-actions/release-please-action/issues/280)) ([f48a175](https://www.github.com/google-github-actions/release-please-action/commit/f48a175f37213946490a27038ecf023326e09fb6))
## [2.23.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.22.0...v2.23.0) (2021-03-24)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "release-please-action",
"version": "2.23.0",
"version": "2.24.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "2.23.0",
"version": "2.24.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {