Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
silkaj
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
matograine
silkaj
Commits
7d459991
Commit
7d459991
authored
Jun 08, 2019
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mod] #182: Update release script
parent
c3c634be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
release.sh
release.sh
+2
-2
No files found.
release.sh
View file @
7d459991
...
...
@@ -23,12 +23,12 @@ check_branch() {
update_version
()
{
sed
-i
"s/SILKAJ_VERSION =
\"
.*
\"
/SILKAJ_VERSION =
\"
$VERSION
\"
/"
silkaj/constants.py
sed
-i
"s/version=
\"
.*
\"
,/version=
\"
$VERSION
\"
,/"
setup.py
poetry version
"
$VERSION
"
git diff
}
commit_tag
()
{
git commit silkaj/constants.py
setup.py
-m
"v
$VERSION
"
git commit silkaj/constants.py
pyproject.toml
-m
"v
$VERSION
"
git tag
"v
$VERSION
"
-a
-m
"
$VERSION
"
}
...
...
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