mirror of
https://github.com/sandsaber/mdMenu.git
synced 2026-07-22 07:45:30 +00:00
chore: prepare 1.0.0 release
This commit is contained in:
parent
a9fb80af73
commit
1c7fe6bac9
10 changed files with 13 additions and 13 deletions
|
|
@ -209,4 +209,4 @@ obMenu ist von cMenu inspiriert, einem frueheren Formatierungsleisten-Plugin fue
|
|||
|
||||
## Lizenz
|
||||
|
||||
MIT License. Copyright (c) 2026 Michael Makarov.
|
||||
MIT. See [LICENSE](LICENSE).
|
||||
|
|
|
|||
|
|
@ -209,4 +209,4 @@ obMenu está inspirado en cMenu, un plugin anterior de barra de formato para Obs
|
|||
|
||||
## Licencia
|
||||
|
||||
MIT License. Copyright (c) 2026 Michael Makarov.
|
||||
MIT. See [LICENSE](LICENSE).
|
||||
|
|
|
|||
|
|
@ -209,4 +209,4 @@ obMenu は、以前の Obsidian 書式ツールバープラグインである cM
|
|||
|
||||
## License
|
||||
|
||||
MIT License. Copyright (c) 2026 Michael Makarov.
|
||||
MIT. See [LICENSE](LICENSE).
|
||||
|
|
|
|||
|
|
@ -173,8 +173,8 @@ dist/obmenu/LICENSE
|
|||
GitHub releases are created from semver tags without a `v` prefix:
|
||||
|
||||
```bash
|
||||
git tag 0.1.0
|
||||
git push origin 0.1.0
|
||||
git tag 1.0.0
|
||||
git push origin 1.0.0
|
||||
```
|
||||
|
||||
The release workflow runs on tags matching `x.y.z`. It installs dependencies with `npm ci`, runs `npm audit --omit=dev`, lints, typechecks, runs tests, builds `dist/obmenu`, checks that the tag matches `package.json` and `manifest.json`, verifies release assets, creates GitHub artifact attestations, and publishes `main.js`, `manifest.json`, and `styles.css`.
|
||||
|
|
@ -255,4 +255,4 @@ obMenu is inspired by cMenu, an earlier Obsidian formatting toolbar plugin. This
|
|||
|
||||
## License
|
||||
|
||||
MIT License. Copyright (c) 2026 Michael Makarov.
|
||||
MIT. See [LICENSE](LICENSE).
|
||||
|
|
|
|||
|
|
@ -209,4 +209,4 @@ obMenu вдохновлен cMenu, более ранним плагином па
|
|||
|
||||
## License
|
||||
|
||||
MIT License. Copyright (c) 2026 Michael Makarov.
|
||||
MIT. See [LICENSE](LICENSE).
|
||||
|
|
|
|||
|
|
@ -209,4 +209,4 @@ obMenu 受到 cMenu 的启发,cMenu 是一个较早的 Obsidian 格式工具
|
|||
|
||||
## 许可证
|
||||
|
||||
MIT License. Copyright (c) 2026 Michael Makarov.
|
||||
MIT. See [LICENSE](LICENSE).
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obmenu",
|
||||
"name": "obMenu",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "A mini WYSIWYG-style Markdown formatting toolbar.",
|
||||
"author": "Michael Makarov",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obmenu",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obmenu",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.9.3",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obmenu",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "A mini WYSIWYG-style Markdown formatting toolbar for Obsidian.",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"0.1.0": "1.5.0"
|
||||
"1.0.0": "1.5.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue