dist: jbang-first install + auto-publish on tag#5
Merged
Conversation
Point the jbang catalog alias at releases/latest/download/datalinq.jar (a stable, unversioned asset name), so 'jbang app install datalinq@devslab-kr/datalinq' gives a real 'datalinq' command that jbang keeps current - no per-release catalog edits. Add a Release workflow that builds the fat jar and attaches it on every v* tag, so pushing a tag auto-publishes the jbang-installable jar. Lead the README (en + ko) with jbang; keep 'java -jar' as the no-jbang path.
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.
Unify distribution on jbang.
jbang-catalog.jsonalias now points atreleases/latest/download/datalinq.jar(stable asset name) →jbang app install datalinq@devslab-kr/datalinqgives a realdatalinqcommand, auto-updated, no per-release catalog edits.v*tag builds the fat jar and attachesdatalinq.jarto the GitHub Release → the jbanglatestURL always resolves.java -jarkept as the no-jbang fallback.jbang을 기본 배포 경로로 통일했습니다. 카탈로그가
latest릴리스 jar을 가리켜jbang app install한 번이면datalinq명령이 생기고,v*태그 push 시 릴리스 워크플로가 jar을 자동 첨부합니다.Config/docs/workflow only — no code changes.