Skip to content

Commit

Permalink
fix: when file was in a new folder, it created folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 9, 2021
1 parent 8c69617 commit caa231c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
git-changelog-gradle-plugin-example/whatever/
.classpath
.project
.settings
Expand Down
2 changes: 1 addition & 1 deletion git-changelog-gradle-plugin-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'se.bjurr.gitchangelog.git-changelog-gradle-plugin'
// Set references to create releasenotes for version 1.1
//
task generateGitReleasenotes11RepoPath(type: se.bjurr.gitchangelog.plugin.gradle.GitChangelogTask) {
file = new File("CHANGELOG_1_0_1_1_repo_path.md");
file = file("whatever/CHANGELOG_1_0_1_1_repo_path.md");
fromRepo = file(".");
fromRef = "1.0";
toRef = "1.1";
Expand Down

0 comments on commit caa231c

Please sign in to comment.