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

chore: release 1.2.0 (#25)

This commit is contained in:
github-actions[bot]
2020-05-20 21:14:18 -07:00
committed by GitHub
parent b80ca61e26
commit 02e4c33a45
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.2.0](https://www.github.com/bcoe/release-please-action/compare/v1.1.0...v1.2.0) (2020-05-21)
### Features
* output whether or not a release was created ([#24](https://www.github.com/bcoe/release-please-action/issues/24)) ([b80ca61](https://www.github.com/bcoe/release-please-action/commit/b80ca61e2612c87bad38d85451c7f696a040bdc8))
## [1.1.0](https://www.github.com/bcoe/release-please-action/compare/v1.0.1...v1.1.0) (2020-05-20)

View File

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