Skip to content

Commit

Permalink
fix(release): rename commited file flake -> package
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Aug 28, 2024
1 parent 3ec696a commit ac4cb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ branches:
plugins:
- '@semantic-release/commit-analyzer'
- - '@semantic-release/exec'
- prepareCmd: .github/scripts/update-flake ${nextRelease.version}
- prepareCmd: .github/scripts/update-flake-version ${nextRelease.version}
- '@semantic-release/release-notes-generator'
- '@semantic-release/changelog'
- - '@semantic-release/git'
- assets:
- CHANGELOG.md
- flake.nix
- package.nix
tagFormat: '${version}'

0 comments on commit ac4cb0b

Please sign in to comment.