1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-14 01:51:34 +02:00

chore(main): release 3.2.6 (#503)

This commit is contained in:
Google GitHub Actions Bot
2022-06-01 17:47:58 -05:00
committed by GitHub
parent 7e9368d325
commit 141edfb4d3
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## [3.2.6](https://github.com/google-github-actions/release-please-action/compare/v3.2.5...v3.2.6) (2022-06-01)
### Bug Fixes
* bump release-please from 13.16.5 to 13.18.0 ([#501](https://github.com/google-github-actions/release-please-action/issues/501)) ([04c9c57](https://github.com/google-github-actions/release-please-action/commit/04c9c57609a1a45fb73780deea1068bddf7eaecf))
### [3.2.5](https://github.com/google-github-actions/release-please-action/compare/v3.2.4...v3.2.5) (2022-05-18) ### [3.2.5](https://github.com/google-github-actions/release-please-action/compare/v3.2.4...v3.2.5) (2022-05-18)

4
package-lock.json generated
View File

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

View File

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