mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
docs: Add godoc
This commit is contained in:
parent
4dd9b350e6
commit
d55318c7a0
9 changed files with 154 additions and 84 deletions
|
|
@ -55,7 +55,7 @@ func TestGeneratorNotFoundCommits(t *testing.T) {
|
|||
gen := NewGenerator(&Config{
|
||||
Bin: "git",
|
||||
WorkingDir: filepath.Join(testRepoRoot, testName),
|
||||
Template: filepath.Join("testdata", testName+".md"),
|
||||
Template: filepath.Join(cwd, "testdata", testName+".md"),
|
||||
Info: &Info{
|
||||
RepositoryURL: "https://github.com/git-chglog/git-chglog",
|
||||
},
|
||||
|
|
@ -124,7 +124,7 @@ func TestGeneratorWithTypeScopeSubject(t *testing.T) {
|
|||
gen := NewGenerator(&Config{
|
||||
Bin: "git",
|
||||
WorkingDir: filepath.Join(testRepoRoot, testName),
|
||||
Template: filepath.Join("testdata", testName+".md"),
|
||||
Template: filepath.Join(cwd, "testdata", testName+".md"),
|
||||
Info: &Info{
|
||||
Title: "CHANGELOG Example",
|
||||
RepositoryURL: "https://github.com/git-chglog/git-chglog",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue