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

chore(main): release 4.1.0 (#957)

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


##
[4.1.0](https://github.com/google-github-actions/release-please-action/compare/v4.0.3...v4.1.0)
(2024-03-11)


### Features

* add `changelog-host` input to `action.yml`
([#948](https://github.com/google-github-actions/release-please-action/issues/948))
([863b06f](863b06fd1c))

---
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
2024-03-11 15:41:33 -04:00
committed by GitHub
parent 733a6d752f
commit a37ac6e4f6
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.1.0](https://github.com/google-github-actions/release-please-action/compare/v4.0.3...v4.1.0) (2024-03-11)
### Features
* add `changelog-host` input to `action.yml` ([#948](https://github.com/google-github-actions/release-please-action/issues/948)) ([863b06f](https://github.com/google-github-actions/release-please-action/commit/863b06fd1cd7f36c1d74d697ddebe3cf5be4c6b0))
## [4.0.3](https://github.com/google-github-actions/release-please-action/compare/v4.0.2...v4.0.3) (2024-03-11)

4
package-lock.json generated
View File

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

View File

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