mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
fix: update release tag patterns and add version bump message in .npmrc
This commit is contained in:
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -5,14 +5,14 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
tags:
|
tags:
|
||||||
# Only trigger for release tags (e.g., v1.0.0, v2.3.4)
|
# Only trigger for release tags (e.g., 1.0.0, 2.3.4)
|
||||||
# Excludes prerelease tags (e.g., v2.8.0-beta.3, v1.0.0-rc.1)
|
# Excludes prerelease tags (e.g., 2.8.0-beta.3, 1.0.0-rc.1)
|
||||||
- "v[0-9]+.[0-9]+.[0-9]"
|
- "[0-9]+.[0-9]+.[0-9]"
|
||||||
- "v[0-9]+.[0-9]+.[0-9][0-9]"
|
- "[0-9]+.[0-9]+.[0-9][0-9]"
|
||||||
- "v[0-9]+.[0-9]+.[0-9][0-9][0-9]"
|
- "[0-9]+.[0-9]+.[0-9][0-9][0-9]"
|
||||||
- "v[0-9]+.[0-9][0-9].[0-9]"
|
- "[0-9]+.[0-9][0-9].[0-9]"
|
||||||
- "v[0-9]+.[0-9][0-9].[0-9][0-9]"
|
- "[0-9]+.[0-9][0-9].[0-9][0-9]"
|
||||||
- "v[0-9]+.[0-9][0-9].[0-9][0-9][0-9]"
|
- "[0-9]+.[0-9][0-9].[0-9][0-9][0-9]"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PLUGIN_NAME: share-to-notionnext # Change this to match the id of your plugin.
|
PLUGIN_NAME: share-to-notionnext # Change this to match the id of your plugin.
|
||||||
|
|||||||
Reference in New Issue
Block a user