1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 07:51:13 +02:00

chore: release 2.8.1 (#109)

This commit is contained in:
google-github-actions-bot
2020-11-25 14:47:43 -06:00
committed by GitHub
parent d4814feca5
commit e5d7556cab
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.8.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.8.0...v2.8.1) (2020-11-25)
### Bug Fixes
* **build:** working on version of build that tags major/minor release line ([d4814fe](https://www.github.com/google-github-actions/release-please-action/commit/d4814feca529141f25d8c871b3c2d093b38c14c8))
## [2.8.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.7.0...v2.8.0) (2020-11-25)

2
package-lock.json generated
View File

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

View File

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