1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 14:51:15 +02:00

chore: release 2.25.0 (#291)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-04-19 20:06:45 -05:00
committed by GitHub
parent 82cdb9ada0
commit d097bafc52
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.25.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.24.1...v2.25.0) (2021-04-20)
### Features
* **release-please:** update to release-please 11.8.0 ([#289](https://www.github.com/google-github-actions/release-please-action/issues/289)) ([cb319a9](https://www.github.com/google-github-actions/release-please-action/commit/cb319a998f09574d2e228c1a23dfd46830dd29ce))
### [2.24.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.24.0...v2.24.1) (2021-03-25)

2
package-lock.json generated
View File

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

View File

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