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

chore: release 2.6.0 (#97)

This commit is contained in:
google-github-actions-bot
2020-11-08 17:32:20 -06:00
committed by GitHub
parent 074f0f68f9
commit 81fdb5157c
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.6.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.5.7...v2.6.0) (2020-11-08)
### Features
* **deps:** upgrade to release-please 6.7.0 ([#95](https://www.github.com/google-github-actions/release-please-action/issues/95)) ([6461ef3](https://www.github.com/google-github-actions/release-please-action/commit/6461ef332678b2989b09860f8d6b0652cd7a8432))
### [2.5.7](https://www.github.com/google-github-actions/release-please-action/compare/v2.5.6...v2.5.7) (2020-10-29)

2
package-lock.json generated
View File

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

View File

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