You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/checklist-submitting-SSC.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Checklist for submitting new versions to SSC
2
2
3
3
1.**Merge to *develop*** - Merge all branches with the changes that should be included in the new version first to the `develop` branch.
4
-
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.
4
+
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.
5
5
1.**Merge to *master*** - Merge the `develop` branch to the `master` branch.
6
6
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
7
7
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.
8
8
1.**Email Prof. Baum** - Email the .zip file to **[email protected]**
9
-
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.
9
+
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.
10
10
1.**Publish release note** - Once the new version is up on SSC, publish the release note
11
11
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.
12
12
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
23
23
program iebaltab
24
24
```
25
25
26
-
Date in help file. Change only the date, there is no version number in the helpfile.
26
+
Date at the top of the help file. Change only the date, there is no version number in the helpfile.
0 commit comments