Skip to content

Conversation

@lanesawyer
Copy link
Collaborator

What

Generates changelogs off of the tags

How

Use the tag pattern to extract the version in each changelog
Add a tag pattern to the command for each to indicate which commits to look for

PR Checklist

  • Is your PR title following our conventional commit naming recommendations?
  • Have you filled in the PR Description Template?
  • Is your branch up to date with the latest in main?
  • Do the CI checks pass successfully?
  • Have you smoke tested the example applications?
  • Did you check that the changes meet accessibility standards?
  • Have you tested the application on these browsers?
    • Chrome (Fully supported)
    • Firefox (Major bug fixes supported)
    • Safari (Major bug fixes supported)

@lanesawyer lanesawyer requested a review from a team as a code owner July 16, 2025 05:54
@lanesawyer lanesawyer requested review from Jarbuckle and suyli7 July 16, 2025 05:54
body = """
{% if version %}\
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
## [{{ version | trim_start_matches(pat="@alleninstitute/vis-") | trim_start_matches(pat="@") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I didn't do this right, I meant to remove all but the verison number but this is resulting in headers like "alleninstitute/[email protected]" instead of "0.0.4"

Copy link
Collaborator Author

@lanesawyer lanesawyer Jul 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, did not mean to commit this yet. Was a draft from an LLM, needs review and fixing.

@lanesawyer lanesawyer marked this pull request as draft September 15, 2025 22:13
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.

2 participants