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.3 (#697)

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


##
[3.7.3](https://github.com/google-github-actions/release-please-action/compare/v3.7.2...v3.7.3)
(2023-01-18)


### Bug Fixes

* bump release-please from 15.1.1 to 15.1.2
([#695](https://github.com/google-github-actions/release-please-action/issues/695))
([71b00c3](71b00c33df))

---
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
2023-01-18 17:57:12 -05:00
committed by GitHub
parent a57fbf26b0
commit 514bc6cdae
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.7.3](https://github.com/google-github-actions/release-please-action/compare/v3.7.2...v3.7.3) (2023-01-18)
### Bug Fixes
* bump release-please from 15.1.1 to 15.1.2 ([#695](https://github.com/google-github-actions/release-please-action/issues/695)) ([71b00c3](https://github.com/google-github-actions/release-please-action/commit/71b00c33df6b537b22878c47e057d3862973b29f))
## [3.7.2](https://github.com/google-github-actions/release-please-action/compare/v3.7.1...v3.7.2) (2023-01-13)

4
package-lock.json generated
View File

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