Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
Change the default value of "Changelog file path"
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-n committed Feb 7, 2018
1 parent 8277b11 commit 424eb1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
checked="${instance.isReleaseNotesType('RELEASE_NOTES_FILE')}" inline="true">
<f:nested>
<f:entry title="Changelog file path" field="releaseNotesFile">
<f:textbox default="$WORKSPACE/release_notes.txt"/>
<f:textbox default="release_notes.txt"/>
</f:entry>
</f:nested>
</f:radioBlock>
Expand Down

0 comments on commit 424eb1f

Please sign in to comment.