1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-14 00:11:36 +02:00

chore: release 2.9.0 (#114)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2020-11-25 15:06:56 -06:00
committed by GitHub
parent 032fe68729
commit f253d1a7f3
3 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,17 @@
# Changelog # Changelog
## [2.9.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.8.2...v2.9.0) (2020-11-25)
### Features
* pass monorepoTags and packageName when creating GitHub release ([#112](https://www.github.com/google-github-actions/release-please-action/issues/112)) ([69af5fc](https://www.github.com/google-github-actions/release-please-action/commit/69af5fc7d9bb0977586102a0e1488abab7fdaace))
### Bug Fixes
* **build:** add message to tag ([b467439](https://www.github.com/google-github-actions/release-please-action/commit/b46743913ea2c717e2a144864cd026c3f2df4029))
### [2.8.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.8.1...v2.8.2) (2020-11-25) ### [2.8.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.8.1...v2.8.2) (2020-11-25)

2
package-lock.json generated
View File

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

View File

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