mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-27 19:25:15 +02:00
chore: update SurfSense plugin identifiers and versioning
- Changed plugin ID from "surfsense" to "surfsense-obsidian" for clarity. - Updated version from "0.1.1" to "0.1.0" in manifest and versions files. - Modified author URL to point to the official SurfSense website. - Adjusted GitHub release workflow to ensure compatibility with Obsidian and BRAT.
This commit is contained in:
parent
39f56a86d6
commit
3b9be79d65
5 changed files with 10 additions and 8 deletions
|
|
@ -104,6 +104,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Publish release under bare `manifest.json` version (no `obsidian-v` prefix) for BRAT/store compatibility.
|
# Publish release under bare `manifest.json` version (no `obsidian-v` prefix) for BRAT/store compatibility.
|
||||||
|
# `make_latest: "false"` keeps the desktop app's `v*` release headlined since Obsidian and BRAT resolve plugins via getReleaseByTag, not the latest flag.
|
||||||
- name: Create GitHub release
|
- name: Create GitHub release
|
||||||
if: steps.release_mode.outputs.should_publish == 'true'
|
if: steps.release_mode.outputs.should_publish == 'true'
|
||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v3
|
||||||
|
|
@ -111,6 +112,7 @@ jobs:
|
||||||
tag_name: ${{ steps.version.outputs.version }}
|
tag_name: ${{ steps.version.outputs.version }}
|
||||||
name: SurfSense Obsidian Plugin ${{ steps.version.outputs.version }}
|
name: SurfSense Obsidian Plugin ${{ steps.version.outputs.version }}
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
|
make_latest: "false"
|
||||||
files: |
|
files: |
|
||||||
surfsense_obsidian/main.js
|
surfsense_obsidian/main.js
|
||||||
surfsense_obsidian/manifest.json
|
surfsense_obsidian/manifest.json
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "surfsense",
|
"id": "surfsense-obsidian",
|
||||||
"name": "SurfSense",
|
"name": "SurfSense",
|
||||||
"version": "0.1.1",
|
"version": "0.1.0",
|
||||||
"minAppVersion": "1.5.4",
|
"minAppVersion": "1.5.4",
|
||||||
"description": "Turn your vault into a searchable second brain with SurfSense.",
|
"description": "Turn your vault into a searchable second brain with SurfSense.",
|
||||||
"author": "SurfSense",
|
"author": "SurfSense",
|
||||||
"authorUrl": "https://github.com/MODSetter/SurfSense",
|
"authorUrl": "https://www.surfsense.com",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"id": "surfsense",
|
"id": "surfsense-obsidian",
|
||||||
"name": "SurfSense",
|
"name": "SurfSense",
|
||||||
"version": "0.1.1",
|
"version": "0.1.0",
|
||||||
"minAppVersion": "1.5.4",
|
"minAppVersion": "1.5.4",
|
||||||
"description": "Turn your vault into a searchable second brain with SurfSense.",
|
"description": "Turn your vault into a searchable second brain with SurfSense.",
|
||||||
"author": "SurfSense",
|
"author": "SurfSense",
|
||||||
"authorUrl": "https://github.com/MODSetter/SurfSense",
|
"authorUrl": "https://www.surfsense.com",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"0.1.1": "1.5.4"
|
"0.1.0": "1.5.4"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"0.1.1": "1.5.4"
|
"0.1.0": "1.5.4"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue