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

chore(main): release 3.6.1 (#666)

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


##
[3.6.1](https://github.com/google-github-actions/release-please-action/compare/v3.6.0...v3.6.1)
(2022-11-23)


### Bug Fixes

* bump release-please from 14.16.0 to 14.17.2
([#664](https://github.com/google-github-actions/release-please-action/issues/664))
([c8f107f](c8f107f4cf))

---
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
2022-11-23 12:10:47 -05:00
committed by GitHub
parent 81a2512e00
commit ed61e76296
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.6.1](https://github.com/google-github-actions/release-please-action/compare/v3.6.0...v3.6.1) (2022-11-23)
### Bug Fixes
* bump release-please from 14.16.0 to 14.17.2 ([#664](https://github.com/google-github-actions/release-please-action/issues/664)) ([c8f107f](https://github.com/google-github-actions/release-please-action/commit/c8f107f4cfb84600d0985a304bd17c16d7e4fac2))
## [3.6.0](https://github.com/google-github-actions/release-please-action/compare/v3.5.1...v3.6.0) (2022-11-09)

4
package-lock.json generated
View File

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