Skip to content

Commit 84a861e

Browse files
committed
chore: fix changelog creation
1 parent 96ad8fa commit 84a861e

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
run: pnpm ci
4343

4444
- name: Release
45-
run: pnpm release -- --increment=${{ github.event.inputs.version }}
45+
run: pnpm release "${{ github.event.inputs.version }}" --ci
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +0,0 @@
1-
# Changelog
2-
3-
# [](https://github.com/json-derulo/angular-material-runtime-theme/compare/v0.0.5...vnull) (2026-05-18)
4-
5-
* docs: update readme (d2c9b2a)
6-
* ci: update permissions & env vars (b4b7721)
7-
* chore: update oxfmt config (8f1e76d)
8-
* Add security policy and reporting instructions (6732869)
9-
* chore(deps): update dependencies (46c76db)
10-
* chore: fix changelog (e47f78e)
11-
12-
## 0.0.4 (2026-05-16)
13-
14-
No user visible changes.
15-
16-
## 0.0.1 (2026-05-15)
17-
18-
* Initial version

0 commit comments

Comments
 (0)