2DegreesInvesting / tiltPlot

Plots for the TILT project
https://2degreesinvesting.github.io/tiltPlot/
GNU General Public License v3.0
0 stars 0 forks source link

Update pr checklist to remind updating the changelog #132

Closed maurolepore closed 1 month ago

maurolepore commented 1 month ago

The changelog is becoming more important as our packages gradually gain more visibility -- to other developers as we increasingly collaborate, and to Deloitte team as we report our monthly progress during the dev-cycle meetings.

I edit the changelog with fledge but it's also easy to do manually:

git tag -a <version> -m "Some message"
git push origin <version>

TODO

EXCEPTIONS