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

chore(main): release 3.6.0 (#648)

This commit is contained in:
Google GitHub Actions Bot
2022-11-08 20:23:12 -06:00
committed by GitHub
parent 714f07f3ae
commit 44c30b3623
3 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [3.6.0](https://github.com/google-github-actions/release-please-action/compare/v3.5.1...v3.6.0) (2022-11-09)
### Features
* support proxy configuration ([#621](https://github.com/google-github-actions/release-please-action/issues/621)) ([714f07f](https://github.com/google-github-actions/release-please-action/commit/714f07f3ae692b5ce291aedf60f12280f4702eb2))
### Bug Fixes
* bump release-please from 14.14.0 to 14.16.0 ([#658](https://github.com/google-github-actions/release-please-action/issues/658)) ([a76b467](https://github.com/google-github-actions/release-please-action/commit/a76b4670614a5b05053bfd33aac25b3ffcb52287))
## [3.5.1](https://github.com/google-github-actions/release-please-action/compare/v3.5.0...v3.5.1) (2022-10-26)

4
package-lock.json generated
View File

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