mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 16:11:36 +02:00
chore(main): release 3.3.0 (#552)
This commit is contained in:
committed by
GitHub
parent
31d4a5caaf
commit
63e061f3b4
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.3.0](https://github.com/google-github-actions/release-please-action/compare/v3.2.10...v3.3.0) (2022-08-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add a `changelog-host` parameter to `action.yml` ([#550](https://github.com/google-github-actions/release-please-action/issues/550)) ([1a4217f](https://github.com/google-github-actions/release-please-action/commit/1a4217fc5af4d6a1a679709447b32633be19bceb))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* bump release-please from 13.19.6 to 13.20.0 ([#549](https://github.com/google-github-actions/release-please-action/issues/549)) ([48ef955](https://github.com/google-github-actions/release-please-action/commit/48ef955346995bbb1cb090882e3e59278a20eaaf))
|
||||||
|
|
||||||
## [3.2.10](https://github.com/google-github-actions/release-please-action/compare/v3.2.9...v3.2.10) (2022-07-27)
|
## [3.2.10](https://github.com/google-github-actions/release-please-action/compare/v3.2.9...v3.2.10) (2022-07-27)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "3.2.10",
|
"version": "3.3.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "3.2.10",
|
"version": "3.3.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.2.10",
|
"version": "3.3.0",
|
||||||
"description": "automated releases based on conventional commits",
|
"description": "automated releases based on conventional commits",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user