Skip to content

Tags: codellm-devkit/codeanalyzer-python

Tags

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
chore(release): 1.1.1

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
chore(release): 1.1.0

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
chore(release): 1.0.3

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
chore(release): 1.0.2

v1.0.1

Toggle v1.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
codeanalyzer-python 1.0.1 — deterministic analysis output (#99 batch)…

…; L2 audit gate (#87)

v1.0.0

Toggle v1.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
codeanalyzer-python 1.0.0 — canonical schema v2 (schema_version 2.0.0…

…), four analysis levels (L1-L4), keystone conformance

v0.3.1

Toggle v0.3.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
codeanalyzer-python 0.3.1

v0.3.0

Toggle v0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Minor breaking release that remove CodeQL and uses PyCG

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
chore(release): 0.2.1

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
ci(release): make changelog builder non-fatal

The auto-generated PR-diff changelog (mikepenz/release-changelog-builder-action)
fails the release when GitHub's compare API returns "no common ancestor" for the
tag range — a quirk of the force-pushed/merge topology between v0.1.x and v0.2.0,
not a real history break (v0.1.14 is a direct ancestor of v0.2.0 locally).

Set failOnError: "false" + continue-on-error so a failed PR-diff degrades to an
empty "Detailed Changes" section instead of aborting the release. The CHANGELOG.md
entry (via changelog-reader) remains the source of truth for the release notes.
Matches the codeanalyzer-typescript release workflow.