Conversation
PR #6 merged dev into main to activate the auto-release pipeline. Back-merge main into dev so dev's history includes the release merge commit. No file changes — trees are identical. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore: back-merge main into dev (sync after PR #6)
Point manifest.authorUrl at the author profile (https://github.com/Post-Math) instead of the plugin repo, per the Obsidian community-plugin submission guidelines. Metadata-only; no functional change. Bumps to 1.1.2 so the release the directory bot inspects carries the corrected manifest. - manifest.json: authorUrl, version 1.1.1 -> 1.1.2 - versions.json: add "1.1.2": "1.0.0" - CHANGELOG.md: 1.1.2 section Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
chore: release 1.1.2 (authorUrl → author profile)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.1.2
Metadata-only release ahead of the Obsidian community-plugin submission.
Highlights
manifest.jsonauthorUrlnow points to the author profile(
https://github.com/Post-Math) instead of the plugin repository, per theObsidian directory submission guidelines. No functional change.
Pre-merge checklist
manifest.jsonversionis set to 1.1.2versions.jsonhas"1.1.2": "1.0.0"(matchesmanifest.minAppVersion)CHANGELOG.mdhas a dated## [1.1.2]sectionnode --check main.jsandnode scripts/validate.mjspassvalidate) is greenAfter merge (automatic)
On merge into
main, the Release workflow reads1.1.2frommanifest.json, pushes the1.1.2tag, and publishes the GitHub release withmain.js,manifest.json, andstyles.css. This is the first real run of theautomatic pipeline.
Maintainer follow-up:
1.1.2release and its three assets appear under Releases.mainintodev.