Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Geodynamo
pygeodyn
Commits
2a64404c
Commit
2a64404c
authored
Jul 05, 2019
by
Loic Huder
Browse files
Merge and release next version with fixed do_git_release.sh
Former-commit-id:
20707678
parent
6c1546ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
pygeodyn/release/do_git_release.sh
View file @
2a64404c
#!/usr/bin/env bash
VERSION_NB
=
$(
cat
VERSION.txt
)
# Paths are relative to the repo folder
VERSION_NB
=
$(
grep
-o
"[0-9]
\.
[0-9]
\.
[0-9]"
pygeodyn/_version.py
)
#CHANGES=$(cat changes.log)
git
rm
release/RELEASE.md
git add
VERSION.txt
git
rm
pygeodyn/
release/RELEASE.md
git add
pygeodyn/_version.py
git add CHANGELOG.md
git commit
-m
"Update to
$VERSION_NB
"
git tag
"
$VERSION_NB
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment