Kinga
Kinga
Hi Ian Certainly. I should be able to start next week :) ________________________________ From: Ian Clanton-Thuon ***@***.***> Sent: Monday, April 25, 2022 9:24:33 PM To: microsoft/rushstack ***@***.***> Cc: Kinga ***@***.***>;...
@calbearox I finally :see_no_evil: found time to look into this. _"`CHANGELOG.json` doesn't drive `CHANGELOG.md`."_ It actually does. This is why, on top of the `CHANGELOG.md`, there's a warning: "This log...
In case somebody is still interested, I wrote a script creating change files based on commits, respecting [conventional commits](https://www.conventionalcommits.org/). It's described [here](https://dev.to/kkazala/rush-and-changelog-generation-part-2-5g11) + [here](https://dev.to/kkazala/rush-and-changelog-generation-part-3-2j9d). The code is on [GitHub](https://github.com/kkazala/rush-conventionalcommits/tree/ac27bc0e6d9f0f32cbdabd8adf5964a68442ac2b) I...
@octogonz Thank you for taking time considering this idea. I totally see the difference between commits and change files, your [comment](https://github.com/microsoft/rushstack/issues/1659#issuecomment-618724186) very clearly explains the characteristics of each of them....
@octogonz I was thinking about sth like [that](https://github.com/kkazala/rushstack/tree/kkazala/recommendedBump) We add two parameters: `--show-commits` and `--recommend-changetype` In `_askQuestions` we follow the usual sequence until the user confirms they wish to create...
@octogonz Did you have a chance to consider my proposal? In the meantime, I had an idea that maybe this new capabilities could be more tightly connected to the `rush...
@octogonz What I had in mind by "_more tightly connected to the rush change_" is that this new logic would not be executed by default, but instead: - `rush change`:...
@octogonz I made a small improvement in the meantime, to retrieve the creation date&time of the newest change file, and only parse/return commits after this date. So for example, after...
@paxvas in the meantime, have a look at https://pnp.github.io/script-samples/spo-list-formatting/README.html?tabs=pnpps
@michaelmaillot it will be a breaking change for sure, because the configuration schema changed significantly. Then maybe we could have chartV2 using new chart.js library, and mark the prev one...