semversioner icon indicating copy to clipboard operation
semversioner copied to clipboard

Include CHANGELOG.md into package

Open edspc opened this issue 1 year ago • 1 comments

Hi! I noticed that the CHANGELOG.md file is used in setup.py but missed from the release package. This PR will fix it.

edspc avatar Dec 13 '23 17:12 edspc

Thanks heaps for your PR @edspc ! Would you mind also adding the semversioner changeset file?

raulgomis avatar Dec 22 '23 04:12 raulgomis

Thanks heaps for your PR @edspc ! Would you mind also adding the semversioner changeset file?

Do you mean to add the .semversioner folder also?

edspc avatar May 16 '24 08:05 edspc

Yes, @edspc . Every change should have a changeset file attached. You can run this command to generate it and include it as part of your PR:

semversioner add-change -t patch -d "Include CHANGELOG.md into package."

Thanks for your contribution.

raulgomis avatar Jun 01 '24 02:06 raulgomis

@raulgomis Oh, sorry, I didn't understand right away 😅. I have added the changeset.

edspc avatar Jun 03 '24 08:06 edspc