Skip to content

Commit

Permalink
ci: fix adding files to release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Dec 11, 2024
1 parent 2b482c2 commit 44a82bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ plugins:
# Changelog
- CHANGELOG.md
# Version changes
- ['**/MANIFEST.MF', '!build/**']
- '**/plugin.xml'
- '**/feature.xml'
- '**/*.product'
- ['**/MANIFEST.MF', '!build/**', '!**/target/*']
- ['**/plugin.xml', '!build/**', '!**/target/*']
- ['**/feature.xml', '!build/**', '!**/target/**']
- ['**/*.product', '!build/**']
- build/config.groovy
- - "@semantic-release/github"
- assets:
Expand Down

0 comments on commit 44a82bc

Please sign in to comment.