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

chore: release 2.11.4 (#149)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2020-12-07 17:42:45 -06:00
committed by GitHub
parent 22bd15c36c
commit 7e688baa9d
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.11.4](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.3...v2.11.4) (2020-12-07)
### Bug Fixes
* **go:** first commit sha was not being stored ([b555656](https://www.github.com/google-github-actions/release-please-action/commit/b5556569e8852edb74aadc6aff8bd9315d600689))
### [2.11.3](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.2...v2.11.3) (2020-12-07)

2
package-lock.json generated
View File

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

View File

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