File tree Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- * [ PR-11] ( https://github.com/rimi- itk/gh-itkdev/pull/11 )
10
+ * [ PR-11] ( https://github.com/itk-dev /gh-itkdev/pull/11 )
11
11
Added format detector
12
- * [ PR-9] ( https://github.com/rimi- itk/gh-itkdev/pull/9 )
12
+ * [ PR-9] ( https://github.com/itk-dev /gh-itkdev/pull/9 )
13
13
Added alternative base branches
14
- * [ PR-7] ( https://github.com/rimi- itk/gh-itkdev/pull/7 )
14
+ * [ PR-7] ( https://github.com/itk-dev /gh-itkdev/pull/7 )
15
15
Fixed URL parsing
16
16
17
17
## [ v0.0.1] - 2024-04-03
18
18
19
- * [ PR-6] ( https://github.com/rimi- itk/gh-itkdev/pull/6 )
19
+ * [ PR-6] ( https://github.com/itk-dev /gh-itkdev/pull/6 )
20
20
Bugfix
21
- * [ PR-5] ( https://github.com/rimi- itk/gh-itkdev/pull/5 )
21
+ * [ PR-5] ( https://github.com/itk-dev /gh-itkdev/pull/5 )
22
22
Updated usage documentation
23
23
24
24
## [ v0.0.0] - 2024-04-01
25
25
26
- * [ PR-3] ( https://github.com/rimi- itk/gh-itkdev/pull/3 )
26
+ * [ PR-3] ( https://github.com/itk-dev /gh-itkdev/pull/3 )
27
27
Added commit flag
28
- * [ PR-2] ( https://github.com/rimi- itk/gh-itkdev/pull/2 )
28
+ * [ PR-2] ( https://github.com/itk-dev /gh-itkdev/pull/2 )
29
29
Added changelog command
30
30
31
31
[ Unreleased ] : https://github.com/compare/v0.0.1...HEAD
Original file line number Diff line number Diff line change 5
5
## Installation
6
6
7
7
``` shell
8
- gh extension install rimi- itk/gh-itkdev
8
+ gh extension install itk-dev /gh-itkdev
9
9
```
10
10
11
- ** Note** : This may not (yet) work (cf. < https://github.com/rimi- itk/gh-itkdev/actions/workflows/release.yml > ) and you
11
+ ** Note** : This may not (yet) work (cf. < https://github.com/itk-dev /gh-itkdev/actions/workflows/release.yml > ) and you
12
12
may have to [ install from source] ( #installing-from-source ) .
13
13
14
14
### Installing from source
15
15
16
16
Assuming [ Go is installed] ( https://go.dev/doc/install ) , you can [ install from
17
17
source] ( https://cli.github.com/manual/gh_extension_install ) by running
18
18
19
- ``` shell
20
- git clone https://github.com/rimi-itk/gh-itkdev /tmp/gh-itkdev
19
+ ``` shell name="build-and-install"
20
+ gh extension remove itkdev
21
+ rm -fr /tmp/gh-itkdev
22
+ git clone https://github.com/itk-dev/gh-itkdev /tmp/gh-itkdev
21
23
cd /tmp/gh-itkdev
22
24
task build
23
25
gh extension install .
26
+ cd -
24
27
```
25
28
26
29
## Usage
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os/exec"
6
6
7
- "github.com/rimi- itk/gh-itkdev/changelog"
7
+ "github.com/itk-dev /gh-itkdev/changelog"
8
8
"github.com/spf13/cobra"
9
9
)
10
10
Original file line number Diff line number Diff line change 1
- module github.com/rimi- itk/gh-itkdev
1
+ module github.com/itk-dev /gh-itkdev
2
2
3
3
go 1.22
4
4
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
- import "github.com/rimi- itk/gh-itkdev/cmd"
3
+ import "github.com/itk-dev /gh-itkdev/cmd"
4
4
5
5
func main () {
6
6
cmd .Execute ()
You can’t perform that action at this time.
0 commit comments