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

chore: release 2.25.1 (#295)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-04-24 20:51:24 -05:00
committed by GitHub
parent 4f7e3eaff8
commit 0a21e17e60
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.25.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.25.0...v2.25.1) (2021-04-25)
### Bug Fixes
* **release-please:** update to release-please@11.8.1 ([#293](https://www.github.com/google-github-actions/release-please-action/issues/293)) ([4d8569b](https://www.github.com/google-github-actions/release-please-action/commit/4d8569bf77ccda4bebb9dd136251a08079b409c4))
## [2.25.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.24.1...v2.25.0) (2021-04-20)

2
package-lock.json generated
View File

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

View File

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