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

chore(main): release 3.7.8 (#759)

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


##
[3.7.8](https://github.com/google-github-actions/release-please-action/compare/v3.7.7...v3.7.8)
(2023-04-11)


### Bug Fixes

* bump release-please from 15.9.2 to 15.10.2
([#755](https://github.com/google-github-actions/release-please-action/issues/755))
([6730d1a](6730d1afa8))
* tag releases before opening new pull requests
([#753](https://github.com/google-github-actions/release-please-action/issues/753))
([6a803df](6a803dfec4)),
closes
[#747](https://github.com/google-github-actions/release-please-action/issues/747)

---
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-04-11 11:56:51 -04:00
committed by GitHub
parent 5f9ebd2844
commit c078ea3391
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Changelog # Changelog
## [3.7.8](https://github.com/google-github-actions/release-please-action/compare/v3.7.7...v3.7.8) (2023-04-11)
### Bug Fixes
* bump release-please from 15.9.2 to 15.10.2 ([#755](https://github.com/google-github-actions/release-please-action/issues/755)) ([6730d1a](https://github.com/google-github-actions/release-please-action/commit/6730d1afa8d596ff8922e76ff5946fab917b804c))
* tag releases before opening new pull requests ([#753](https://github.com/google-github-actions/release-please-action/issues/753)) ([6a803df](https://github.com/google-github-actions/release-please-action/commit/6a803dfec495c1b9be1bf3c24140ad1072ef9a43)), closes [#747](https://github.com/google-github-actions/release-please-action/issues/747)
## [3.7.7](https://github.com/google-github-actions/release-please-action/compare/v3.7.6...v3.7.7) (2023-04-10) ## [3.7.7](https://github.com/google-github-actions/release-please-action/compare/v3.7.6...v3.7.7) (2023-04-10)

4
package-lock.json generated
View File

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

View File

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