-
Notifications
You must be signed in to change notification settings - Fork 56
Release and Commit policy
cybunk edited this page Apr 9, 2013
·
6 revisions
- List the modifications resume in VERSIONS.md in Next version section
- start your line with ADD if you add a feature or FIX if you fix a feature
When a lot of modifications have been made, and their are stable, we make a new version. For that we follow thoses steps :
- List the modifications resume in VERSIONS.md
- Tag the commit : git tag -a v0.0(n+1) -m 'visusal sedimentation version 0.0(n+1)'
- Commit the lib : git commit -m "v0.0(n+1): my message"
- Verify files or folder you don't want to publish are in .gitignore
- TEST on local, all /exemples/* for retro compatibility
- Minify the lib : build/ant
- Commit the lib : git commit -m "v0.0(n+1): my message"
- TEST the website :
- Log in the visualsedimentation.org Web Server
- Go on the visualsedimentation.org/dev/VisualSedimentation/ directory
- And pull the last version : git pull
- TEST online if everything work
- DEPLOY the website :
- Copy the files from visualsedimentation.org/dev/VisualSedimentation/ to visualsedimentation.org/