worldbank / ietoolkit

Stata commands designed for Impact Evaluations in particular, but also data work in general
https://worldbank.github.io/ietoolkit/
MIT License
216 stars 77 forks source link

Release checklist for v7.3 #353

Closed ankritisingh closed 4 months ago

ankritisingh commented 12 months ago

Checklist for v7.3


Version number and dates in ado-files and help files.

The version number is on the format X.Y where the first number is incremented if it is a major release. If the first number is incremented the second number is reset to 0. If it is not a major release, then the first number is left unchanged and the second number is incremented.

Version number and date in ado-file. Change both version number and date. Make sure that this line is the very first line in the ado-file.

*! version 5.4 15DEC2017  DIME Analytics  dimeanalytics@worldbank.org

    capture program drop ietoolkit
    program ietoolkit

Date at the top of the help file. Change only the date, there is no version number in the help file.

{smcl}
{* 15 Dec 2017}{...}
{hline}
help for {hi:ietoolkit}
{hline}