Skip to content

Commit 67474d8

Browse files
committed
chore(release): 1.0.0-0
1 parent 9761e59 commit 67474d8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: pnpm install
2323
- name: Publish
24-
run: pnpm publish
24+
run: pnpm publish --no-git-checks
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0-0](https://github.com/TrigenSoftware/simple-github-release/compare/v0.0.1-1...v1.0.0-0) (2022-01-18)
6+
7+
8+
### Bug Fixes
9+
10+
* fix reading last notes from changelog ([151b5df](https://github.com/TrigenSoftware/simple-github-release/commit/151b5df503656c89d584289a500217568fffe79f))
11+
512
### [0.0.1-1](https://github.com/TrigenSoftware/simple-github-release/compare/v0.0.1-0...v0.0.1-1) (2022-01-18)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-github-release",
33
"type": "module",
4-
"version": "0.0.1-1",
4+
"version": "1.0.0-0",
55
"description": "Simple tool to create GitHub releases.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)