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

chore: release 2.29.2 (#340)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-08-05 15:01:59 -05:00
committed by GitHub
parent c35840a721
commit 866463e110
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.29.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.29.1...v2.29.2) (2021-08-05)
### Bug Fixes
* **relese-please:** rollback bad release ([#338](https://www.github.com/google-github-actions/release-please-action/issues/338)) ([68f6fc6](https://www.github.com/google-github-actions/release-please-action/commit/68f6fc67aa29c63452a09eba621445ce2c6dfcb7))
### [2.29.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.29.0...v2.29.1) (2021-08-04)

2
package-lock.json generated
View File

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

View File

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