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

chore: release 2.15.1 (#194)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-01-15 11:01:18 -06:00
committed by GitHub
parent 61d7ea97a1
commit 001af28b63
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.15.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.0...v2.15.1) (2021-01-15)
### Bug Fixes
* **release-please:** paginate PRs by updated ([#192](https://www.github.com/google-github-actions/release-please-action/issues/192)) ([92f9818](https://www.github.com/google-github-actions/release-please-action/commit/92f9818112ba7b24ebe9629d519b12e93df6a0ab))
## [2.15.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.14.1...v2.15.0) (2021-01-12)

2
package-lock.json generated
View File

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

View File

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