Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
7a5f5e01
There was an error fetching the commit references. Please try again later.
Commit
7a5f5e01
authored
7 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Fixed release script
changed in order to work according to
e9aa6730
parent
c71118bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release.sh
+3
-5
3 additions, 5 deletions
release.sh
with
3 additions
and
5 deletions
release.sh
+
3
−
5
View file @
7a5f5e01
...
...
@@ -114,8 +114,7 @@ if ! test "$VALIDATED" ; then
update_changelog CHANGES/v
$shortversion
.txt
$version
$shortversion
"coming soon"
echo
msg
=
"Travis tests for v
$version
[makedoc]"
"
echo
"Now I will add an empty commit and push the result to origin"
echo
"I will use the following commands:"
echo
"***"
...
...
@@ -126,7 +125,7 @@ if ! test "$VALIDATED" ; then
confirm
||
exit
git add CHANGES/v
$shortversion
.txt
git commit
--allow-empty
-m
"
$msg
"
git push origin v
$shortversion
git push
-f
origin v
$shortversion
:test-v
$shortversion
echo
echo
"Now you should go at this link:"
echo
" http://travis-ci.org/plumed/plumed2/builds"
...
...
@@ -147,8 +146,7 @@ else
cat
VERSION
echo
"***"
msg
=
"Release v
$version
[makedoc]"
"
echo
"Now I will add it, prepare a release commit, add a tag named v
$version
"
echo
"push it to origin and create a tgz file"
echo
"I will use the following commands:"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment