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

chore: release 2.12.0 (#155)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2020-12-09 20:15:38 -06:00
committed by GitHub
parent 9149961b5b
commit 84876ce435
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.12.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.5...v2.12.0) (2020-12-10)
### Features
* allow changelogPath to be specified ([#153](https://www.github.com/google-github-actions/release-please-action/issues/153)) ([10d7619](https://www.github.com/google-github-actions/release-please-action/commit/10d761994342597b3e1d24464a41d28d5d97abe3))
### [2.11.5](https://www.github.com/google-github-actions/release-please-action/compare/v2.11.4...v2.11.5) (2020-12-08)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "release-please-action",
"version": "2.11.5",
"version": "2.12.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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