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.7.2 (#681)

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


##
[3.7.2](https://github.com/google-github-actions/release-please-action/compare/v3.7.1...v3.7.2)
(2023-01-13)


### Bug Fixes

* bump release-please from 15.0.0 to 15.1.0
([#690](https://github.com/google-github-actions/release-please-action/issues/690))
([385de71](385de7152f))
* bump release-please from 15.1.0 to 15.1.1
([#692](https://github.com/google-github-actions/release-please-action/issues/692))
([12cb297](12cb29772d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Google GitHub Actions Bot
2023-01-13 16:59:34 -05:00
committed by GitHub
parent c9a1c39b1a
commit e673b0b150
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [3.7.2](https://github.com/google-github-actions/release-please-action/compare/v3.7.1...v3.7.2) (2023-01-13)
### Bug Fixes
* bump release-please from 15.0.0 to 15.1.0 ([#690](https://github.com/google-github-actions/release-please-action/issues/690)) ([385de71](https://github.com/google-github-actions/release-please-action/commit/385de7152f5489c81e25999c38b496efa25007c7))
* bump release-please from 15.1.0 to 15.1.1 ([#692](https://github.com/google-github-actions/release-please-action/issues/692)) ([12cb297](https://github.com/google-github-actions/release-please-action/commit/12cb29772d62c8bf62c09e6f888a4c474d2e796f))
## [3.7.1](https://github.com/google-github-actions/release-please-action/compare/v3.7.0...v3.7.1) (2022-12-13)

4
package-lock.json generated
View File

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