-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typos and language in the submission checklist
- Loading branch information
1 parent
01e32db
commit 96f70cf
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Checklist for submitting new versions to SSC | ||
|
||
1. **Merge to *develop*** - Merge all branches with the changes that should be included in the new version first to the `develop` branch. | ||
1. **Update version and date** - In the `develop` update the version number and date in all ado-files and all dates in all help files. See section below for details. | ||
1. **Update version and date** - In the `develop` branch, update the version number and date in all ado-files and all dates in all help files. See section below for details. | ||
1. **Merge to *master*** - Merge the `develop` branch to the `master` branch. | ||
1. **Copy files to archive folder** - Make a folder with the version name in the archive folder Dropbox\DIME Analytics\Data Coordinator\ietoolkit\ietoolkit archive\ and copy all ado-files and help files for all *ietoolkit* command there | ||
1. **Create a .zip file** - Create a .zip file with all ado-files and help files in the folder you just created in the archive folder. Then remove all files but the .zip file from the archive folder. | ||
1. **Email Prof. Baum** - Email the .zip file to **[email protected]** | ||
1. **Draft release note** - Go to the [release notes](https://github.com/worldbank/ietoolkit/releases) and draft a new release note for the new verison. Follow the format from previous releases with links to issues solved. | ||
1. **Draft release note** - Go to the [release notes](https://github.com/worldbank/ietoolkit/releases) and draft a new release note for the new verison. Follow the format from previous releases with links to [issues](https://github.com/worldbank/ietoolkit/issues) solved. | ||
1. **Publish release note** - Once the new version is up on SSC, publish the release note | ||
1. **Close issues** - When the new version is up, close all the [issues](https://github.com/worldbank/ietoolkit/issues) that was solved in the new version. | ||
1. **Send announce email** - If it is a major release (new commands or significant updates to existing commands), send an email to DIME Team to announce the new version | ||
|
@@ -23,7 +23,7 @@ Verison number and date in ado-file. Change both version number and date. Make s | |
program iebaltab | ||
``` | ||
|
||
Date in help file. Change only the date, there is no version number in the helpfile. | ||
Date at the top of the help file. Change only the date, there is no version number in the helpfile. | ||
``` | ||
{smcl} | ||
{* 15 Dec 2017}{...} | ||
|