Skip to content

Commit

Permalink
test: add test-first-commit test case in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 7, 2022
1 parent f8ef37b commit ce6ca39
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 7_whatchanged_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ func TestGenerate(t *testing.T) {
Version: []string{"HEAD~"},
},
},
{
name: "test-first-commit",
Project: "./__test__/test-first-commit",
ResultFile: "./__test__/test-first-commit.CHANGELOG.md",
options: &Options{
Version: []string{"HEAD~"},
Preset: PresetFull,
},
},
{
name: "whatchanged single version",
Project: "./",
Expand Down

0 comments on commit ce6ca39

Please sign in to comment.