Skip to content

Commit

Permalink
ci: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarkis committed Jan 2, 2024
1 parent ef1f535 commit aac60b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Verify integrity
run: pnpm audit --prod

- name: Build
run: pnpm build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# [0.1.0](https://github.com/Maarkis/fluent-faker/compare/v0.0.12...v0.1.0) (2024-01-02)


### Features

* **dev:** add semantic-release dev dep ([c17f741](https://github.com/Maarkis/fluent-faker/commit/c17f741908bb664dfa9aeaec7693ec81a22ed476))
* fixing deprecated methods of fakerjs lib ([302e5f2](https://github.com/Maarkis/fluent-faker/commit/302e5f24fefd1d68b52973d822e6f387aa2ea555))

# [0.1.0](https://github.com/Maarkis/fluent-faker/compare/v0.0.12...v0.1.0) (2024-01-02)


### Features

* **dev:** add semantic-release dev dep ([c17f741](https://github.com/Maarkis/fluent-faker/commit/c17f741908bb664dfa9aeaec7693ec81a22ed476))
Expand Down

0 comments on commit aac60b1

Please sign in to comment.