Skip to content

Updating publishing guide and set markdown formatter#14553

Merged
sgraband merged 7 commits intomasterfrom
sg/updatePublishingGuide
Dec 10, 2024
Merged

Updating publishing guide and set markdown formatter#14553
sgraband merged 7 commits intomasterfrom
sg/updatePublishingGuide

Conversation

@sgraband
Copy link
Copy Markdown
Contributor

What it does

This PR updates the publishing guide to reflect the current state and my learnings from the last releases.
When working with the publishing guide (and the changelog for that matter) i noticed that saving always produced changes on my end.
Therefore i went ahead and added a markdownlinter extension and set it as the formatter (and formatted all files).
If this is unwanted, or we want another solution, let me know, i will gladly look into it.
However, with the current state i am not quite sure, why we do not get a lot of formatting changes from different setups that developers have with their markdown formatter configuration.

How to test

Follow-ups

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Review checklist

Reminder for reviewers

Comment thread .vscode/settings.json
@jfaltermeier
Copy link
Copy Markdown
Contributor

I can reproduce that running yarn causes changes in core/README.md and electron/README.md

Fix template so that they create READMEs that follow the formatting rules.
Disabled the following rules:
- MD032: Don't require blank lines around lists (needed for the template to work)
- MD033: allow inline html (is used often across the READMEs
- MD041: don't require h1 in first line (handled via html in most READMEs)
Also added the config to the `.theis/settings.json`.
Copy link
Copy Markdown
Contributor

@jfaltermeier jfaltermeier left a comment

Choose a reason for hiding this comment

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

I only have one more comment, then it looks good to me.

Comment thread doc/Publishing.md Outdated
Also add instructions to setup npm token.
Some minor formatting improvements.

Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
@sgraband
Copy link
Copy Markdown
Contributor Author

sgraband commented Dec 9, 2024

@jfaltermeier Could you take another look at the slight adjustments i added in the last commit? It includes better descriptions for patch releases. TIA

Comment thread doc/Publishing.md Outdated
Signed-off-by: Simon Graband <sgraband@eclipsesource.com>
@sgraband sgraband merged commit 9ddca02 into master Dec 10, 2024
@github-actions github-actions Bot added this to the 1.57.0 milestone Dec 10, 2024
@ndoschek ndoschek deleted the sg/updatePublishingGuide branch December 5, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants