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

chore(main): release 3.7.7 (#752)

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


##
[3.7.7](https://github.com/google-github-actions/release-please-action/compare/v3.7.6...v3.7.7)
(2023-04-10)


### Bug Fixes

* bump release-please from 15.9.1 to 15.9.2
([#746](https://github.com/google-github-actions/release-please-action/issues/746))
([c3a278c](c3a278c732))

---
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-04-10 14:14:59 -04:00
committed by GitHub
parent 51cf0de9b9
commit f7edb9e614
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.7.7](https://github.com/google-github-actions/release-please-action/compare/v3.7.6...v3.7.7) (2023-04-10)
### Bug Fixes
* bump release-please from 15.9.1 to 15.9.2 ([#746](https://github.com/google-github-actions/release-please-action/issues/746)) ([c3a278c](https://github.com/google-github-actions/release-please-action/commit/c3a278c732153e274ae8130e657762ba3d524a2d))
## [3.7.6](https://github.com/google-github-actions/release-please-action/compare/v3.7.5...v3.7.6) (2023-03-28)

4
package-lock.json generated
View File

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