Skip to content

Commit

Permalink
chore: update userscript version and push to git
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Dec 1, 2024
1 parent a46f59c commit 8d4ac9b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
28 changes: 20 additions & 8 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,24 @@ branches:
- name: beta
prerelease: true
plugins:
- [
'@semantic-release/commit-analyzer',
{preset: conventionalCommits, presetConfig: {types: *types}, releaseRules: *rules},
]
- ['@semantic-release/release-notes-generator', {preset: conventionalCommits, presetConfig: {types: *types}}]
- ['semantic-release-mirror-version', {fileGlob: 'meta.ts', placeholderRegExp: "(?<=@version\\s+)\\d+.\\d+.\\d+"}]
- - '@semantic-release/commit-analyzer'
- preset: conventionalCommits
presetConfig:
types: *types
releaseRules: *rules
- - '@semantic-release/release-notes-generator'
- preset: conventionalCommits
presetConfig:
types: *types
- - 'semantic-release-mirror-version'
- fileGlob: '**/+(meta.ts|*.user.js)'
placeholderRegExp: "(?<=@version\\s+)\\d+.\\d+.\\d+"
- '@semantic-release/changelog'
- ['@semantic-release/git', {assets: ['CHANGELOG.md']}]
- ['@semantic-release/github', {assets: ['CHANGELOG.md', 'dist/*.user.js']}]
- - '@semantic-release/git'
- assets:
- 'CHANGELOG.md'
- 'meta.ts'
- - '@semantic-release/github'
- assets:
- 'CHANGELOG.md'
- 'dist/*.user.js'
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.0
// @version 1.0.1-beta.1
// @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 8d4ac9b

Please sign in to comment.