Skip to content

feat: update changelog.md file to generate release summary#239

Open
adpare wants to merge 4 commits into
mainfrom
new-chagelog
Open

feat: update changelog.md file to generate release summary#239
adpare wants to merge 4 commits into
mainfrom
new-chagelog

Conversation

@adpare
Copy link
Copy Markdown
Contributor

@adpare adpare commented May 11, 2026

The updated code enables the user to display a release summary between major and minor releases of ATT&CK.
To run -
For major release -

OUT=output/v17.1-v18.0
NEW=attack-releases/stix-2.0/v18.0
OLD=attack-releases/stix-2.0/v17.1
diff_stix -v \
  --old "$OLD" \
  --new "$NEW" \
  --show-key \
  --contributors \
  --html-file-detailed "$OUT/changelog-detailed.html" \
  --markdown-file "$OUT/changelog.md" \
  --json-file "$OUT/changelog.json" \
  --layers "$OUT/layer-enterprise.json" "$OUT/layer-mobile.json" "$OUT/layer-ics.json" \
  --release-summary \
  --release-summary-version v18 \
  --release-summary-data-version 18.0 \
  --release-summary-changelog-prefix /docs/changelogs

For minor release -

OLD=attack-releases/stix-2.0/v18.0
NEW=attack-releases/stix-2.0/v18.1
OUT=output/v18.0-v18.1
diff_stix -v \
  --old "$OLD" \
  --new "$NEW" \
  --show-key \
  --contributors \
  --html-file-detailed "$OUT/changelog-detailed.html" \
  --markdown-file "$OUT/changelog.md" \
  --json-file "$OUT/changelog.json" \
  --layers "$OUT/layer-enterprise.json" "$OUT/layer-mobile.json" "$OUT/layer-ics.json" \
  --release-summary \
  --release-summary-version v18 \
  --release-summary-data-version 18.0 \
  --release-summary-data-version 18.1 \
  --release-summary-changelog 17.1-18.0 \
  --release-summary-changelog 18.0-18.1 \
  --release-summary-changelog-prefix /docs/changelogs

@adpare adpare requested a review from jondricek May 11, 2026 01:38
@sonarqubecloud
Copy link
Copy Markdown

@adpare adpare changed the title Updates to changelog.md file feat: update changelog.md file to generate release summary May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant