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

chore(main): release 3.7.0 (#674)

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


##
[3.7.0](https://github.com/google-github-actions/release-please-action/compare/v3.6.1...v3.7.0)
(2022-12-08)


### Features

* add `pull-request-header` input
([#615](https://github.com/google-github-actions/release-please-action/issues/615))
([9963ea2](9963ea2aa8))


### Bug Fixes

* update `release-please` to `14.17.5`
([#671](https://github.com/google-github-actions/release-please-action/issues/671))
([4da3bc1](4da3bc1534))

---
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
2022-12-08 11:53:34 -05:00
committed by GitHub
parent 264b85cc6b
commit af1990728f
3 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [3.7.0](https://github.com/google-github-actions/release-please-action/compare/v3.6.1...v3.7.0) (2022-12-08)
### Features
* add `pull-request-header` input ([#615](https://github.com/google-github-actions/release-please-action/issues/615)) ([9963ea2](https://github.com/google-github-actions/release-please-action/commit/9963ea2aa819d5b257e4e6d1d66b82b25b7bafea))
### Bug Fixes
* update `release-please` to `14.17.5` ([#671](https://github.com/google-github-actions/release-please-action/issues/671)) ([4da3bc1](https://github.com/google-github-actions/release-please-action/commit/4da3bc15340c3f885c6200feee80e1f458213e15))
## [3.6.1](https://github.com/google-github-actions/release-please-action/compare/v3.6.0...v3.6.1) (2022-11-23)

4
package-lock.json generated
View File

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

View File

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