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

chore: release 2.27.0 (#303)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-05-03 20:03:14 -05:00
committed by GitHub
parent e3a8d0eb36
commit 456ac57681
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.27.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.26.0...v2.27.0) (2021-05-04)
### Features
* **release-please:** improved go release strategy ([#301](https://www.github.com/google-github-actions/release-please-action/issues/301)) ([0267b45](https://www.github.com/google-github-actions/release-please-action/commit/0267b45516a836f3d70c32fc0b70036b1ef84eed))
## [2.26.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.25.1...v2.26.0) (2021-04-29)

2
package-lock.json generated
View File

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

View File

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