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.1.0 (#420)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-01-22 13:37:59 -05:00
committed by GitHub
parent 1ef8aa499c
commit 4aba09baa3
3 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [3.1.0](https://github.com/google-github-actions/release-please-action/compare/v3.0.1...v3.1.0) (2022-01-22)
### Features
* add extra-files input ([#410](https://github.com/google-github-actions/release-please-action/issues/410)) ([a487a5b](https://github.com/google-github-actions/release-please-action/commit/a487a5bdc8d889d5923c6540465e05a27b4df764))
### Bug Fixes
* **release-please:** upgrade release-please dep ([#422](https://github.com/google-github-actions/release-please-action/issues/422)) ([ad9cdb7](https://github.com/google-github-actions/release-please-action/commit/ad9cdb78a61c428bb2252f1da678773893b829c5))
### [3.0.1](https://github.com/google-github-actions/release-please-action/compare/v3.0.0...v3.0.1) (2022-01-12)

4
package-lock.json generated
View File

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

View File

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