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.0.0 (#883)

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


##
[4.0.0](https://github.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0)
(2023-12-01)


### ⚠ BREAKING CHANGES

* remove most configuration options in favor of manifest configuration
to configure the release-please-action
* rewrite in typescript
* remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
* run on node20
* **deps:** upgrade release-please to v16
* v4 release

### Features

* **deps:** upgrade release-please to v16
([9cf05a0](9cf05a09b1))
* remove command option in favor of setting `release-type` and
`skip-github-release`/`skip-github-pull-request`
([9cf05a0](9cf05a09b1))
* remove most configuration options in favor of manifest configuration
to configure the release-please-action
([9cf05a0](9cf05a09b1))
* run on node20
([9cf05a0](9cf05a09b1))
* v4 release
([9cf05a0](9cf05a09b1))


### Bug Fixes

* bump release-please from 16.3.0 to 16.3.1
([#876](https://github.com/google-github-actions/release-please-action/issues/876))
([c9291a9](c9291a968c))
* restore include-component-in-tag default (false)
([#888](https://github.com/google-github-actions/release-please-action/issues/888))
([19431a1](19431a1126))


### Code Refactoring

* rewrite in typescript
([9cf05a0](9cf05a09b1))

---
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
2023-12-01 15:13:51 -05:00
committed by GitHub
parent 27c87c8aff
commit a6d1fd9854
3 changed files with 34 additions and 3 deletions

View File

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