1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

chore: release 1.0.0 (#2)

This commit is contained in:
github-actions[bot]
2020-05-09 15:38:29 -07:00
committed by GitHub
parent 23b97519e8
commit c5ecf78637
2 changed files with 14 additions and 1 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## 1.0.0 (2020-05-09)
### ⚠ BREAKING CHANGES
* initial implementation of logic for running release please
### Features
* handle creating releases ([#3](https://www.github.com/bcoe/release-please-action/issues/3)) ([e72afe0](https://www.github.com/bcoe/release-please-action/commit/e72afe059a2eae50d319b3a4cee2a31479886fe8))
* initial implementation of logic for running release please ([196390b](https://www.github.com/bcoe/release-please-action/commit/196390b8667a14c2ab16f53ba086c11afee28327))

View File

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