Skip to content

Commit

Permalink
Merge pull request #100 from MathCancer/development
Browse files Browse the repository at this point in the history
Update new release protocol.txt
  • Loading branch information
MathCancer authored May 15, 2022
2 parents 7340058 + 113264f commit 3dc17c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocols/new release protocol.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ number.
a) Move one directory up. Zip everything in PhysiCell
into a new zip file. Use

zip PhysiCell_V.x.y.z.zip -r -X PhysiCell/* -x PhysiCell/.git -x PhysiCell/.gitignore -x .DS_Store
zip PhysiCell_V.x.y.z.zip -r -X PhysiCell/* -x PhysiCell/.git -x PhysiCell/.gitignore -x .DS_Store -x PhysiCell/.github/* -x PhysiCell/.travis.yml

(with appropriate 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) Make sure the zip file excludes .git and .gitignore
c) Make sure the zip file excludes .git, .gitignore, and .github (and .travis.yml)

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

Expand Down

0 comments on commit 3dc17c6

Please sign in to comment.