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

chore: release 2.28.1 (#320)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-06-20 18:37:35 -05:00
committed by GitHub
parent 0c085cee51
commit fabd3458ca
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.28.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.28.0...v2.28.1) (2021-06-20)
### Bug Fixes
* **manifest:** if "." is used it should have same outputs as node ([#319](https://www.github.com/google-github-actions/release-please-action/issues/319)) ([d234c63](https://www.github.com/google-github-actions/release-please-action/commit/d234c634c289f2e3fe4398b9fe234dadaa2fb486))
## [2.28.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.27.0...v2.28.0) (2021-05-05)

2
package-lock.json generated
View File

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

View File

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