You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This action will bump version, tag commit and generate a changelog with conventi
18
18
-**Optional**`input-file`: Read the changelog from this file. This will prepend the newly generated changelogs to the file's content.
19
19
-**Optional**`output-file`: File to output the changelog to. Default `CHANGELOG.md`, when providing `'false'` no file will be generated / updated.
20
20
-**Optional**`release-count`: Number of releases to preserve in changelog. Default `5`, use `0` to regenerate all. This input has no effect if `input-file` is used.
21
-
-**Optional**`version-file`: The path to the file that contains the version to bump (supports comma-separated list of file paths). Default `./package.json`. Other supported formats are `mix.exs`, `.toml`, `.yml`, `.yaml`, and `.json`.
21
+
-**Optional**`version-file`: The path to the file that contains the version to bump (supports comma-separated list of file paths). Default `./package.json`. Other supported formats are `mix.exs`, `.toml`, `.yml`, `.yaml`, `.json`and `.properties`.
22
22
-**Optional**`version-path`: The place inside the version file to bump. Default `version`.
23
23
-**Optional**`skip-git-pull`: Do not pull the repo before tagging. Ensure you full cloned the repo in the first place to get tags. Default `'false'`.
24
24
-**Optional**`skip-on-empty`: Boolean to specify if you want to skip empty release (no-changelog generated). This case occurred when you push `chore` commit with `angular` for example. Default `'true'`.
@@ -146,7 +146,7 @@ Overwrite everything
146
146
tag-prefix: 'v'
147
147
output-file: 'MY_CUSTOM_CHANGELOG.md'
148
148
release-count: '10'
149
-
version-file: './my_custom_version_file.json' // or .yml, .yaml, .toml, mix.exs
149
+
version-file: './my_custom_version_file.json' // or .yml, .yaml, .toml, mix.exs, .properties
0 commit comments