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:
committed by
GitHub
parent
57f22808da
commit
71a2d537c2
@@ -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
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user