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

chore(main): release 3.1.2 (#441)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-02-19 11:51:25 -05:00
committed by GitHub
parent 098d26660c
commit f0145e31b5
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [3.1.2](https://github.com/google-github-actions/release-please-action/compare/v3.1.1...v3.1.2) (2022-02-19)
### Bug Fixes
* coerce v13 release object to expected action output keys ([#437](https://github.com/google-github-actions/release-please-action/issues/437)) ([2e2f852](https://github.com/google-github-actions/release-please-action/commit/2e2f852b70c1bc5550dc4f38857a14845f04a0b5))
### [3.1.1](https://github.com/google-github-actions/release-please-action/compare/v3.1.0...v3.1.1) (2022-02-11)

2
package-lock.json generated
View File

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

View File

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