Skip to content

Conversation

@jan-auer
Copy link
Member

Adds a link to the GitHub compare interface to make it easier to visually
compare changes performed by craft.

 $ craft release --no-changelog 5.1.1
...
ℹ info Pushing the release branch "release/5.1.1"...
ℹ info View diff at: https://github.com/getsentry/symbolic/compare/release/5.1.1
✔ success Done. Do not forget to run "craft publish" to publish the artifacts:
    $ craft publish 5.1.1

@jan-auer jan-auer requested a review from tonyo August 29, 2018 07:30
Copy link
Contributor

@tonyo tonyo left a comment

Choose a reason for hiding this comment

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

Thanks!

@tonyo tonyo merged commit d0d9f27 into master Aug 29, 2018
@tonyo tonyo deleted the feat/show-diff branch August 29, 2018 09:46
BYK added a commit that referenced this pull request Dec 26, 2025
…kdown

When a Changelog Entry section contains plain text (no bullets), multi-line
content is now joined with spaces to produce valid markdown output.

Previously, newlines were preserved which resulted in broken output like:
- This is a multi-line
changelog entry that
spans several lines. by @user in [#1](url)

Now produces:
- This is a multi-line changelog entry that spans several lines. by @user in [#1](url)

Also adds regression test for this case.
BYK added a commit that referenced this pull request Dec 26, 2025
Previously, nested bullets like:
  - Add feature
      - Sub-item 1
      - Sub-item 2

Would render as:
  - Add feature by @user in [#1]
    Sub-item 1
    Sub-item 2

Now correctly renders as:
  - Add feature by @user in [#1]
    - Sub-item 1
    - Sub-item 2

Nested items do NOT get author/PR attribution - only the top-level entry does.
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.

3 participants