Skip to content

Commit

Permalink
updated release protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
MathCancer committed Sep 17, 2018
1 parent 6c6b4aa commit 8cb3c24
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions protocols/new release protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ number.
a) Move one directory up. Zip everything in PhysiCell
into a new zip file. Use

zip -r -X PhysiCell/* PhysiCell_V.x.y.z.zip
zip -r -X PhysiCell/* PhysiCell_V.x.y.z.zip -x PhysiCell/.git -x PhysiCell/.gitignore

(with appropriate version x.y.z).


b) Rename the zip file to PhysiCell_V.x.y.z.zip (based on version x.y.z)
b) Make sure the zip file is named PhysiCell_V.x.y.z.zip (based on version x.y.z)

c) Remove .git and .gitignore from the SF zip file
c) Make sure the zip file excludes .git and .gitignore

d) Go to https://sourceforge.net/projects/physicell/files/PhysiCell/

Expand Down

0 comments on commit 8cb3c24

Please sign in to comment.