Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
bitia
bitia-cli
Merge requests
!10
Add test file of `single line commands` for testing cli input parser
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Add test file of `single line commands` for testing cli input parser
devel
into
main
Overview
1
Commits
3
Pipelines
7
Changes
3
Closed
Selvaganapathy Kannan
requested to merge
devel
into
main
2 years ago
Overview
1
Commits
3
Pipelines
7
Changes
3
Expand
0
0
Merge request reports
Compare
main
version 7
295a4e19
2 years ago
version 6
f9429766
2 years ago
version 5
e5d8e6ac
2 years ago
version 4
70dfe4fa
2 years ago
version 3
d9de9697
2 years ago
version 2
24c23661
2 years ago
version 1
24c23661
2 years ago
main (base)
and
latest version
latest version
5f04e0c5
3 commits,
2 years ago
version 7
295a4e19
3 commits,
2 years ago
version 6
f9429766
7 commits,
2 years ago
version 5
e5d8e6ac
6 commits,
2 years ago
version 4
70dfe4fa
5 commits,
2 years ago
version 3
d9de9697
4 commits,
2 years ago
version 2
24c23661
34 commits,
2 years ago
version 1
24c23661
34 commits,
2 years ago
3 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.ci/release.sh
+
1
−
0
Options
@@ -2,6 +2,7 @@
set
-e
git clean
-fxd
.
_version
=
$(
git describe
--exact-match
--tags
HEAD
||
echo
$(
poetry version
-s
)
.dev
$(
date
+%Y%m%d
))
VERSION
=
${
_version
#
'v'
}
# remove prefixed 'v' if any
cp
pyproject.toml /tmp/pyproject.toml.1
Loading