File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 paket :
77 name : Paket test
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 steps :
1010 - name : Checkout
1111 uses : actions/checkout@v4
2424
2525 fisher :
2626 name : Fisher test
27- runs-on : ubuntu-latest
27+ runs-on : ubuntu-22.04
2828 steps :
2929 - name : Checkout
3030 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- # GitNow ![ CI] ( https://github.com/joseluisq/gitnow/workflows/CI /badge.svg?branch=master ) [ ![ Releases] ( https://img.shields.io/github/release/joseluisq/gitnow.svg?label=latest )] ( https://github.com/joseluisq/gitnow/releases )
1+ # GitNow [ ![ CI] ( https://github.com/joseluisq/gitnow/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/joseluisq/gitnow/actions/workflows/ci.yml ) [ ![ Releases] ( https://img.shields.io/github/release/joseluisq/gitnow.svg?label=latest )] ( https://github.com/joseluisq/gitnow/releases )
22
33> Speed up your Git workflow. 🐠
44
@@ -12,20 +12,20 @@ __Stable:__
1212[ Paket] ( https://github.com/joseluisq/paket )
1313
1414``` sh
15- paket add joseluisq/gitnow@2.12 .0
15+ paket add joseluisq/gitnow@2.13 .0
1616```
1717
1818[ Fisher] ( https://github.com/jorgebucaran/fisher )
1919
2020
2121``` sh
22- fisher install joseluisq/gitnow@2.12 .0
22+ fisher install joseluisq/gitnow@2.13 .0
2323```
2424
2525[ Fundle] ( https://github.com/danhper/fundle )
2626
2727``` sh
28- fundle plugin joseluisq/gitnow --url ' git@github.com:joseluisq/gitnow.git#tags/2.12 .0'
28+ fundle plugin joseluisq/gitnow --url ' git@github.com:joseluisq/gitnow.git#tags/2.13 .0'
2929```
3030
3131__ Latest changes:__
Original file line number Diff line number Diff line change 11# GitNow — Speed up your Git workflow. 🐠
22# https://github.com/joseluisq/gitnow
33
4- set -g gitnow_version 2.12 .0
4+ set -g gitnow_version 2.13 .0
55
66# Default global variables
77set -q GITNOW_CONFIG_FILE; or set -g GITNOW_CONFIG_FILE ~/.gitnow
Original file line number Diff line number Diff line change 11[package ]
22name = " gitnow"
3- version = " 2.12 .0"
3+ version = " 2.13 .0"
44authors = [" Jose Quintana <joseluisq.net>" ]
55license = " MIT OR Apache-2.0"
66description = " Speed up your Git workflow. 🐠"
You can’t perform that action at this time.
0 commit comments