File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 22// adjustable application runtime properties
33//---------------------------------------------
44BuildMajor = 2020
5- BuildMinor = - 1
6- BuildRev = 0
5+ BuildMinor = 1
6+ BuildRev = 1
77BuildNumber = 0
88BuildType = "Final"
99
Original file line number Diff line number Diff line change 1818
1919
20201 . ** Commit, Tag**
21- - commit you changest
21+ - commit you changes - _ example message: _ "Release 2020.1.0: document updates"
2222 - tag the ` rc-yyyy.m ` branch with the release ` release-yyyy.m.r `
2323 - _ example:_ the second release from branch ` rc-2020.2 ` with the git tagged with ` release-2020.2.1 `
2424
25+
25261 . ** Push to GitHub** :
2627 - push the rc: _ example:_ ` git push origin rc-2020.1 `
2728 - push the tags: ` git push origin --tags `
46471 . ** Edit docker hub instructions**
4748 - Go the the Firefly page on docker hub. https://cloud.docker.com/u/ipac/repository/docker/ipac/firefly
4849 - Edit the markdown to include the recent tags
49-
5050
51511 . ** Publish a new release on Github.**
5252 - The text should use the [ release-page-template.md] ( release-page-template.md )
53- - After using the template, copy the most markdown (for this release only) from the release-notes.md
53+ - After using the template, copy the markdown (for this release only) from the release-notes.md
54+ - paste markdown at the end of the template
5455
55561 . ** Merge RR, Reset the Version in config to development, Push dev**
5657 - merge rc into dev
6061 - ` BuildMinor = -1 `
6162 - ` BuildRev = 0 `
6263 - add any improvements to this file
63- - commit and push dev
64+ - commit and push dev, _ example message_ - "Post 2020.1 release: dev clean up"
65+ ``
6466
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ See Firefly docker guidelines [here](firefly-docker.md).
1313##### _ Docker tags, releases and patches_
1414
1515- 2020.1 latest - ` release-2020.1 `
16- - 2020.1.0 - ` release-2020.1.1 ` - original release
16+ - 2020.1.0 - ` release-2020.1.0 ` - original release
17+ - 2020.1.1 - ` release-2020.1.1 ` - patch 1
1718
1819
1920##### _ UI_
@@ -38,6 +39,10 @@ See Firefly docker guidelines [here](firefly-docker.md).
3839- MOC overlay support setting the mode MOC_DEFAULT_STYLE to 'outline' or 'fill'
3940- API examples are at the ` firefly/test.html ` endpoint
4041
42+ ##### _ Patches 2020.1_
43+ - 2020.1.1
44+ - fix fixed column cell transparency issue [ Firefly-523] ( https://github.com/Caltech-IPAC/firefly/pull/955 )
45+
4146##### _ Pull Request in this release_
4247
4348 - [ bug fixes] ( https://github.com/Caltech-IPAC/firefly/pulls?q=is%3Aclosed+is%3Apr+label%3Abug+milestone%3A2020.1 )
You can’t perform that action at this time.
0 commit comments