Skip to content

Commit

Permalink
chore: fix version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Dec 1, 2024
1 parent 1c2cf05 commit c138cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ plugins:
types: *types
- - 'semantic-release-mirror-version'
- fileGlob: '**/+(meta.ts|*.user.js)'
placeholderRegExp: "(?<=@version\\s+)\\d+.\\d+.\\d+"
placeholderRegExp: "(?<=@version\\s+)\\d+\\.\\d+\\.\\d+(-beta\\.\\d+)?"
- '@semantic-release/changelog'
- - '@semantic-release/git'
- assets:
Expand Down
2 changes: 1 addition & 1 deletion src/acum-work-import/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name ACUM work importer
// @description imports MusicBrainz works from acum.org.il database

// @version 1.0.1-beta.2-beta.1
// @version 1.0.1-beta.2
// @author process.env.AUTHOR
// @namespace https://github.com/dvirtz/musicbrainz-scripts
// @downloadURL https://github.com/dvirtz/musicbrainz-scripts/raw/main/scripts/acum-work-import/acum-work-import.user.js
Expand Down

0 comments on commit c138cf1

Please sign in to comment.