mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 23:11:11 +02:00
chore(main): release 4.0.2 (#909)
🤖 I have created a release *beep* *boop* --- ## [4.0.2](https://github.com/google-github-actions/release-please-action/compare/v4.0.1...v4.0.2) (2023-12-18) ### Bug Fixes * bump release-please from 16.4.0 to 16.5.0 ([#905](https://github.com/google-github-actions/release-please-action/issues/905)) ([df71963](df719633a7)) * log release-please version ([#910](https://github.com/google-github-actions/release-please-action/issues/910)) ([2a496d1](2a496d1db5)), closes [#325](https://github.com/google-github-actions/release-please-action/issues/325) --- 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:
committed by
GitHub
parent
8bf1247e18
commit
cc61a07e2d
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [4.0.2](https://github.com/google-github-actions/release-please-action/compare/v4.0.1...v4.0.2) (2023-12-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* bump release-please from 16.4.0 to 16.5.0 ([#905](https://github.com/google-github-actions/release-please-action/issues/905)) ([df71963](https://github.com/google-github-actions/release-please-action/commit/df719633a752e335dfde3e62e037315a25ecf6fc))
|
||||||
|
* log release-please version ([#910](https://github.com/google-github-actions/release-please-action/issues/910)) ([2a496d1](https://github.com/google-github-actions/release-please-action/commit/2a496d1db5f8860ae46f6066f5dcb73490a99d02)), closes [#325](https://github.com/google-github-actions/release-please-action/issues/325)
|
||||||
|
|
||||||
## [4.0.1](https://github.com/google-github-actions/release-please-action/compare/v4.0.0...v4.0.1) (2023-12-07)
|
## [4.0.1](https://github.com/google-github-actions/release-please-action/compare/v4.0.0...v4.0.1) (2023-12-07)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"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