Skip to content

Commit d23fb2e

Browse files
Release: 1.0.0 [skip ci]
## v1.0.0 **2021-05-18** ### ✨ Feature - Initial plugin draft [`202949a`](202949a) ### 🧹 Internal - Initial noop commit [`cc6a1ab`](cc6a1ab)
1 parent 202949a commit d23fb2e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## v1.0.0
4+
5+
**2021-05-18**
6+
7+
### ✨ Feature
8+
9+
- Initial plugin draft [`202949a`](https://github.com/evelynhathaway/commit-analyzer-fail-on-no-release/commit/202949a)
10+
11+
### 🧹 Internal
12+
13+
- Initial noop commit [`cc6a1ab`](https://github.com/evelynhathaway/commit-analyzer-fail-on-no-release/commit/cc6a1ab)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-analyzer-fail-on-no-release",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A drop-in replacement for @semantic-release/commit-analyzer that fails when no release is made",
55
"keywords": [
66
"semantic-release",

0 commit comments

Comments
 (0)