Skip to content

Commit 682d071

Browse files
committed
v1.4.1
1 parent 60a7845 commit 682d071

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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 .`

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let
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;

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: git-brunch
2-
version: 1.4.0.0
2+
version: 1.4.1.0
33
github: "andys8/git-brunch"
44
license: BSD3
55
author: "andys8"

0 commit comments

Comments
 (0)