1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 05:41:32 +02:00

chore(main): release 3.2.0 (#464)

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-04-12 18:25:37 -04:00
committed by GitHub
parent dc68c88725
commit a10fb34b7a
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.2.0](https://github.com/google-github-actions/release-please-action/compare/v3.1.4...v3.2.0) (2022-04-12)
### Features
* **deps:** update release-please to 13.10.0 ([#461](https://github.com/google-github-actions/release-please-action/issues/461)) ([1511242](https://github.com/google-github-actions/release-please-action/commit/1511242f612a909ba657f3f7c9c23047d78ff85e))
### [3.1.4](https://github.com/google-github-actions/release-please-action/compare/v3.1.3...v3.1.4) (2022-03-20)

4
package-lock.json generated
View File

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

View File

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