File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ A git branch checkout command-line tool
66
77## Features
88
9- * Checkout local or remote branch
10- * Rebase onto a branch
11- * Search for a branch
12- * Delete a branch
13- * Fetch / Update
9+ - Checkout local or remote branch
10+ - Rebase onto a branch
11+ - Search for a branch
12+ - Delete a branch
13+ - Fetch / Update
1414
1515## Usage
1616
@@ -97,7 +97,9 @@ cabal2nix --shell . > default.nix
9797## Release
9898
9999- Bump version in ` package.yaml ` and ` default.nix `
100- - Create a tag ` v0.0.0 ` locally and push it
100+ - Create a commit ` v0.0.0 `
101+ - Create a tag ` v0.0.0 `
102+ - Push commit and push tag
101103- Release on github will be created by CI
102104- Update release description
103105- ` stack upload . `
Original file line number Diff line number Diff line change 1717 } :
1818 mkDerivation {
1919 pname = "git-brunch" ;
20- version = "1.4.0 .0" ;
20+ version = "1.4.1 .0" ;
2121 src = ./. ;
2222 isLibrary = false ;
2323 isExecutable = true ;
Original file line number Diff line number Diff line change 11name : git-brunch
2- version : 1.4.0 .0
2+ version : 1.4.1 .0
33github : " andys8/git-brunch"
44license : BSD3
55author : " andys8"
You can’t perform that action at this time.
0 commit comments