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

chore(main): release 3.2.7 (#513)

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-06-30 14:54:09 -05:00
committed by GitHub
parent 85d58c45e9
commit 0fef4afcc5
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.2.7](https://github.com/google-github-actions/release-please-action/compare/v3.2.6...v3.2.7) (2022-06-30)
### Bug Fixes
* bump release-please from 13.18.0 to 13.18.6 ([#511](https://github.com/google-github-actions/release-please-action/issues/511)) ([02dd36d](https://github.com/google-github-actions/release-please-action/commit/02dd36d963e27f0d992e2e3816dc0c88d77f98d5))
## [3.2.6](https://github.com/google-github-actions/release-please-action/compare/v3.2.5...v3.2.6) (2022-06-01)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.2.6",
"version": "3.2.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.2.6",
"version": "3.2.7",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View File

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