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

chore: release 2.26.0 (#300)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-04-28 21:17:31 -05:00
committed by GitHub
parent 73984c13a7
commit b7f2e309e2
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.26.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.25.1...v2.26.0) (2021-04-29)
### Features
* **release-please:** update of release-please ([#298](https://www.github.com/google-github-actions/release-please-action/issues/298)) ([5a49a61](https://www.github.com/google-github-actions/release-please-action/commit/5a49a61eb57b1aa3c977a90dedc86e7161ce2a58))
### [2.25.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.25.0...v2.25.1) (2021-04-25)

2
package-lock.json generated
View File

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

View File

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