Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
biocham
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Lifeware
biocham
Commits
f6d022b8
Commit
f6d022b8
authored
Feb 06, 2020
by
Sylvain Soliman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/4.4.0'
parents
252d419f
85bf034c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
f6d022b8
...
...
@@ -206,7 +206,7 @@ release:
sed
-i
''
-e
"s/
\"
version
\"
:
\"\(
.*
\)\"
/
\"
version
\"
:
\"
$$
version
\"
/"
biocham_jupyter/guinbextension/package.json
&&
\
sed
-i
''
-e
"s/__version__ = '
\(
.*
\)
'/__version__ = '
$$
version'/"
biocham_jupyter/kernel/biocham_kernel/__init__.py
&&
\
sed
-i
''
-e
"s+^<h1>version.*</h1>+<h1>version
$$
version
$(
shell
LC_ALL=C date '+%B %Y'
)
</h1>+"
web/index.html
&&
\
set
-i
''
-e
"s/:v.*
$/
:v
$$
version"
binder/Dockerfile
&&
\
set
-i
''
-e
"s/:v.*
$/
:v
$$
version
/
"
binder/Dockerfile
&&
\
git commit about.pl biocham_jupyter/guinbextension/package.json biocham_jupyter/kernel/biocham_kernel/__init__.py web/index.html binder/Dockerfile
-m
"Version
$$
version"
&&
\
git flow release finish
"
$$
version"
&&
\
git push
--tags
...
...
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