-
Notifications
You must be signed in to change notification settings - Fork 0
Add release notes 20251217 #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
342a02e to
255d592
Compare
cchag: Layout corrections 2 cchag: Layout corrections 2 cchag: Layout corrections 4
With PB-2045, now also the release notes are checked by the formatter (prettier). This commit applies that formatting (`npm run format`) such that the format check passes (`npm run format:check`). The format check is also run by CodeBuild, so fixing this is not optional.
bb6e732 to
166b4da
Compare
|
@asteiner-swisstopo Thank you very much! Just one question: how do I best add the correct amount of spaces for an entry when updating the release notes? Calculating by hand seems a bit tedious and in VS, the file doesn't show proper formattting despite being defined as markdown. |
To make it easier visually to adapt whitespace by hand, I suggest turning off word wrapping in you editor (in vscode: "View" > "Word Wrap"). So it looks like this: You could also tell vscode to run the formatter (prettier) upon every save:
What I do and is probably good enough: Just run |
|
Thank you very much for these recommendations, @asteiner-swisstopo! :) |


Test link