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

chore(main): release 3.7.1 (#680)

🤖 I have created a release *beep* *boop*
---


##
[3.7.1](https://github.com/google-github-actions/release-please-action/compare/v3.7.0...v3.7.1)
(2022-12-13)


### Bug Fixes

* bump release-please from 14.17.5 to 15.0.0
([#679](https://github.com/google-github-actions/release-please-action/issues/679))
([2e8ea51](2e8ea51215))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-12-13 15:05:26 -05:00
committed by GitHub
parent 8ab9ca179d
commit 5c07f8be17
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.7.1](https://github.com/google-github-actions/release-please-action/compare/v3.7.0...v3.7.1) (2022-12-13)
### Bug Fixes
* bump release-please from 14.17.5 to 15.0.0 ([#679](https://github.com/google-github-actions/release-please-action/issues/679)) ([2e8ea51](https://github.com/google-github-actions/release-please-action/commit/2e8ea512158bcca24c9026d74520de8445040bc8))
## [3.7.0](https://github.com/google-github-actions/release-please-action/compare/v3.6.1...v3.7.0) (2022-12-08)

4
package-lock.json generated
View File

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

View File

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