chore: release 2.7.0 (#102)

This commit is contained in:
google-github-actions-bot
2020-11-20 14:29:11 -06:00
committed by GitHub
parent efa75c8aa6
commit 562cbbb631
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.7.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.6.0...v2.7.0) (2020-11-19)
### Features
* **deps:** upgrade to release-please 6.9.0 ([#100](https://www.github.com/google-github-actions/release-please-action/issues/100)) ([40aba5e](https://www.github.com/google-github-actions/release-please-action/commit/40aba5e11684d69de9f36e60e19de0c5aa28750b))
## [2.6.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.5.7...v2.6.0) (2020-11-08)

2
package-lock.json generated
View File

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

View File

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