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

chore(main): release 3.7.6 (#740)

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


##
[3.7.6](https://github.com/google-github-actions/release-please-action/compare/v3.7.5...v3.7.6)
(2023-03-28)


### Bug Fixes

* bump release-please from 15.8.1 to 15.9.1
([#738](https://github.com/google-github-actions/release-please-action/issues/738))
([9997fc9](9997fc940d))

---
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-03-28 15:59:32 -04:00
committed by GitHub
parent 05f40328a0
commit ee9822ec2c
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.7.6](https://github.com/google-github-actions/release-please-action/compare/v3.7.5...v3.7.6) (2023-03-28)
### Bug Fixes
* bump release-please from 15.8.1 to 15.9.1 ([#738](https://github.com/google-github-actions/release-please-action/issues/738)) ([9997fc9](https://github.com/google-github-actions/release-please-action/commit/9997fc940dddf620986d5e88532ffb2cc6e22c1c))
## [3.7.5](https://github.com/google-github-actions/release-please-action/compare/v3.7.4...v3.7.5) (2023-03-07)

4
package-lock.json generated
View File

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