1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 08:31:13 +02:00

chore: release 2.21.0 (#266)

This commit is contained in:
google-github-actions-bot
2021-03-04 16:17:45 -06:00
committed by GitHub
parent caf6799d1b
commit 2594a7e4d6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.21.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.20.1...v2.21.0) (2021-03-04)
### Features
* add pull-request-title-pattern option ([#259](https://www.github.com/google-github-actions/release-please-action/issues/259)) ([d447fdb](https://www.github.com/google-github-actions/release-please-action/commit/d447fdb6322f194c2dd23e2d39c8bd419e3d8ab6))
### [2.20.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.20.0...v2.20.1) (2021-02-23)

2
package-lock.json generated
View File

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

View File

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