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.1 (#468)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-04-20 12:44:12 -05:00
committed by GitHub
parent 57f22808da
commit 71a2d537c2
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
### [3.2.1](https://github.com/google-github-actions/release-please-action/compare/v3.2.0...v3.2.1) (2022-04-20)
### Bug Fixes
* bump release-please from 13.10.0 to 13.13.0 ([#466](https://github.com/google-github-actions/release-please-action/issues/466)) ([43ed86b](https://github.com/google-github-actions/release-please-action/commit/43ed86bdb8a62b67f41584f98d7d2bf30c081025))
* default `package-name` to `undefined` ([#459](https://github.com/google-github-actions/release-please-action/issues/459)) ([4f37698](https://github.com/google-github-actions/release-please-action/commit/4f376985d033f17ab113534089b4d009cead0734)), closes [#457](https://github.com/google-github-actions/release-please-action/issues/457)
## [3.2.0](https://github.com/google-github-actions/release-please-action/compare/v3.1.4...v3.2.0) (2022-04-12)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.2.0",
"version": "3.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.2.0",
"version": "3.2.1",
"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.0",
"version": "3.2.1",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {