Skip to content

Tags: SAP-samples/sap-devs-cli

Tags

v0.0.15

Toggle v0.0.15's commit message
Scoop update for sap-devs version v0.0.14

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was signed with the committer’s verified signature.
jung-thomas Thomas Jung
fix(ci): switch release workflow to workflow_dispatch

The SAP-samples org ruleset blocks tag pushes and makes published
release tags immutable. Switch to workflow_dispatch with a version
input so the workflow creates the tag using GITHUB_TOKEN (which
bypasses org rulesets for repo automation).

Usage: gh workflow run release.yml -f version=0.0.14

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was signed with the committer’s verified signature.
jung-thomas Thomas Jung
fix(ci): delete pre-existing release before GoReleaser runs

gh release create makes the release immutable immediately. GoReleaser
cannot upload to it. Delete it first (keeping the tag) so GoReleaser
can create a fresh draft release.

Verified

This tag was signed with the committer’s verified signature.
jung-thomas Thomas Jung

v0.0.9

Toggle v0.0.9's commit message

Verified

This tag was signed with the committer’s verified signature.
jung-thomas Thomas Jung
Release v0.0.9

Verified

This tag was signed with the committer’s verified signature.
jung-thomas Thomas Jung

v0.0.7

Toggle v0.0.7's commit message

Verified

This tag was signed with the committer’s verified signature.
jung-thomas Thomas Jung
v0.0.7: fix mcp install, doctor cds-dk, release pipeline

v0.0.5

Toggle v0.0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
jung-thomas Thomas Jung
Release v0.0.5: code signing, package managers, workflow_run triggers

v0.0.3

Toggle v0.0.3's commit message
feat: add raw binary downloads to release assets

v0.0.2

Toggle v0.0.2's commit message
fix: update GitHub API URLs in release workflow