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

chore: release 2.22.0 (#271)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-03-10 12:15:21 -06:00
committed by GitHub
parent a30f808e34
commit 4e963948bd
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.22.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.21.0...v2.22.0) (2021-03-10)
### Features
* **release-please:** upgrade release-please ([#269](https://www.github.com/google-github-actions/release-please-action/issues/269)) ([f92bb7e](https://www.github.com/google-github-actions/release-please-action/commit/f92bb7ea357f580e57bded5eede672f7778da56e))
## [2.21.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.20.1...v2.21.0) (2021-03-04)

2
package-lock.json generated
View File

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

View File

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