Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
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
nimrod
rcfiles
Commits
2908b56d
Commit
2908b56d
authored
6 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Change bump shell script to git bump, also pushes tags to all remotes.
parent
3e7b58e0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.bashrc
+0
-6
0 additions, 6 deletions
.bashrc
Documents/bin/git-bump
+7
-0
7 additions, 0 deletions
Documents/bin/git-bump
with
7 additions
and
6 deletions
.bashrc
+
0
−
6
View file @
2908b56d
...
...
@@ -200,12 +200,6 @@ ddg () {
lynx
"https://duckduckgo.com/lite/?q=
$(
urlencode
"
$@
"
)
"
}
bump
()
{
semver-bump
"
$1
-release"
&&
\
git commit VERSION
-m
"- Bumped
$1
version."
&&
\
git tag-version
}
toux
()
{
touch
"
$@
"
chmod
+x
"
$@
"
...
...
This diff is collapsed.
Click to expand it.
Documents/bin/git-bump
0 → 100755
+
7
−
0
View file @
2908b56d
#!/bin/sh
set
-eu
semver-bump
"
$1
-release"
git commit VERSION
-m
"Bumped
$1
version."
git tag-version
git pushes
--tags
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