Skip to content

Commit c5ecf78

Browse files
chore: release 1.0.0 (#2)
1 parent 23b9751 commit c5ecf78

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2020-05-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* initial implementation of logic for running release please
9+
10+
### Features
11+
12+
* 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))
13+
* initial implementation of logic for running release please ([196390b](https://www.github.com/bcoe/release-please-action/commit/196390b8667a14c2ab16f53ba086c11afee28327))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "release-please-action",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"description": "automated releases based on conventional commits",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)