aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jenkins/release.sh
AgeCommit message (Collapse)Author
2014-03-14chore(scripts): disable testing seed and phonecat during a releaseVojta Jina
This reverts commit d5294ebfa0e762d4a891a17869b7a14f99113d5a. It turned out to be more work and I don't wanna deal with it right now.
2014-03-14chore(scripts): test seed and phonecat during a releaseVojta Jina
2014-03-14chore(scripts): make the release script more flexibleVojta Jina
Now the SHA can be short/long, whateva.
2014-02-04chore(release): be able to release any commitTobias Bosch
The version information is now stored only in the tags. By this we are able to release commits in the past, which have already been tested, so we don't need a code freeze or run tests any more. This is also the first step for letting Travis do the releases in the future. The package.json now contains the new property 'branchVersion' that defines which tags are valid on this branch. Closes #6116
2014-01-09chore(build): add relase-after-cdn scriptTobias Bosch
2014-01-07chore(build): fix typo in release scriptTobias Bosch
2014-01-07chore(build): Add angular-seed and angular-phonecat to the releaseTobias Bosch
2014-01-06chore(build): bugfixes to build scripts on Jenkins.Tobias Bosch
2014-01-06chore(build): refactor build scripts in prepare/publish phaseTobias Bosch
Refactored all scripts so that they are divided into a `prepare` and a `publish` phase. By this we can build, test, tag, commit everything first. Only if all of this is ok we start pushing to Github. By this we keep Github consistent even in error cases. Extracted include script `/scripts/utils.inc`: - parse and validate named arguments in the style `--name=value` - proxy git command and deactivate `git push` based on command option `--git_push_dry_run=true` (will be inherited to child scripts) - enable/disable bash debug mode by command option `--verbose=true` - dispatch to functions based on command option `--action=...` - helper functions for dealing with json files
2013-12-30chore(release.sh): push both the release commit and tagIgor Minar
2013-12-19chore(release): improve the release scriptIgor Minar
2013-12-13chore(build): correct and refactor release scriptTobias Bosch
2013-12-13chore(build): fix release.shTobias Bosch
2013-12-13chore(build): fixes to release.shTobias Bosch
2013-12-13chore(build): set execute flag on scriptsTobias Bosch
2013-12-13chore(build): automate cutting a release, publishing to bower and to ↵Tobias Bosch
code.angular.js