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

chore: release 2.12.2 (#162)

This commit is contained in:
google-github-actions-bot
2020-12-10 08:58:36 -06:00
committed by GitHub
parent 598c23182f
commit 9a34898387
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.12.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.12.1...v2.12.2) (2020-12-10)
### Bug Fixes
* **go:** pass release-type ([#160](https://www.github.com/google-github-actions/release-please-action/issues/160)) ([5c5271c](https://www.github.com/google-github-actions/release-please-action/commit/5c5271ce75fb1e7955fddc806b9260163206aa27))
### [2.12.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.12.0...v2.12.1) (2020-12-10)

2
package-lock.json generated
View File

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

View File

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