mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 15:11:36 +02:00
chore(main): release 3.0.0 (#406)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
cac23df803
commit
0ba95d5d22
21
CHANGELOG.md
21
CHANGELOG.md
@@ -1,5 +1,26 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.0.0](https://github.com/google-github-actions/release-please-action/compare/v2.35.0...v3.0.0) (2021-12-29)
|
||||||
|
|
||||||
|
|
||||||
|
### ⚠ BREAKING CHANGES
|
||||||
|
|
||||||
|
* if switching to manifest releaser, release_created will only be set if "." path is published.
|
||||||
|
* switch to using @actions/core getBooleanInput, accepted values for true = ["true", "True", "TRUE"], accepted values for false = ["false", "False", "FALSE"]
|
||||||
|
* **release-please:** consolidate manifest and individual releasers (#398)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* adds support for draft pull requests. ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10))
|
||||||
|
* adds support for draft releases. ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10))
|
||||||
|
* **release-please:** consolidate manifest and individual releasers ([#398](https://github.com/google-github-actions/release-please-action/issues/398)) ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10))
|
||||||
|
|
||||||
|
|
||||||
|
### Code Refactoring
|
||||||
|
|
||||||
|
* if switching to manifest releaser, release_created will only be set if "." path is published. ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10))
|
||||||
|
* switch to using @actions/core getBooleanInput, accepted values for true = ["true", "True", "TRUE"], accepted values for false = ["false", "False", "FALSE"] ([52ffbbe](https://github.com/google-github-actions/release-please-action/commit/52ffbbe3921654bc238d6ea019dff629208dbc10))
|
||||||
|
|
||||||
## [2.35.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.34.0...v2.35.0) (2021-10-16)
|
## [2.35.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.34.0...v2.35.0) (2021-10-16)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "2.35.0",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "2.35.0",
|
"version": "3.0.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": "2.35.0",
|
"version": "3.0.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