chore: add release justfile and Marketplace branding #3
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/marketplace-release-prep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prep the repo for its first tagged release and GitHub Marketplace listing.
Adds a governance-style justfile. Of the three governance justfile templates only release.just applies to a composite action: there is no cargo toolchain to run pre-commit hooks against and no Docker footprint for cleanup recipes, so hooks.just and cleanup.just are intentionally omitted. The create-release recipe is adapted to read the current version from the existing git tags (the action has no Cargo.toml) and to push an annotated tag directly (no manifest to bump, no create-release workflow to trigger). The canonical source on dev.a8n.run pushes the tag through the mirror to GitHub, where the Marketplace release is drafted.
Adds the branding block (icon: terminal, color: green) to action.yml. GitHub requires branding before an action can be published to the Marketplace; without it the publish step is blocked even with a valid tag.
Fixes the wsa -> was typo in the nushell-version output description.