Skip to content

Commit

Permalink
all: bump version numbers to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zombiezen committed Aug 1, 2023
1 parent 85f9b25 commit 5d8345c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

let
pname = "gg-scm";
version = "1.3.0";
version = "1.3.1";
in buildGoModule {
inherit pname version;

Expand Down
2 changes: 1 addition & 1 deletion misc/gg.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% gg(1) gg 1.3.0 | gg Manual
% gg(1) gg 1.3.1 | gg Manual

# NAME

Expand Down
11 changes: 2 additions & 9 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,11 @@ This directory holds release automation scripts for gg.
## Release Checklist

1. Push last code commit up to CI
1. Prepare Nix PR
1. Prepare Nixpkgs PR
1. New CHANGELOG section
1. Update [default.nix](../default.nix) version number
1. Update [misc/gg.1.md](../misc/gg.1.md) version number
1. `gg commit && git tag -a vX.Y.Z`
1. Update Debian branches. Start with libraries, then this repository.
- `gg update debian`
- `gg merge vX.Y.Z`
- `gg commit`
- `schroot -c sid -- gbp dch`
- `gg commit`
- `schroot -c sid -- gbp buildpackage --no-sign`
- `schroot -c sid -- gbp tag`
1. `gg push`
1. [Publish new release on GitHub](https://github.com/gg-scm/gg/releases/new)
1. [Update Homebrew formula](https://github.com/gg-scm/homebrew-gg/edit/main/Formula/gg.rb)
Expand Down

0 comments on commit 5d8345c

Please sign in to comment.