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

chore(main): release 3.4.1 (#592)

This commit is contained in:
Google GitHub Actions Bot
2022-08-24 10:51:22 -05:00
committed by GitHub
parent 59912b3686
commit 14c6addfeb
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.4.1](https://github.com/google-github-actions/release-please-action/compare/v3.4.0...v3.4.1) (2022-08-24)
### Bug Fixes
* read changelog-host url from action context ([#587](https://github.com/google-github-actions/release-please-action/issues/587)) ([59912b3](https://github.com/google-github-actions/release-please-action/commit/59912b3686b25b181ed04ff831ff0a6ecaa92f54))
## [3.4.0](https://github.com/google-github-actions/release-please-action/compare/v3.3.0...v3.4.0) (2022-08-23)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.4.0",
"version": "3.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.4.0",
"version": "3.4.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View File

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