Skip to content

Commit

Permalink
Add newlines in batch docs for proper markdown lists
Browse files Browse the repository at this point in the history
* remove docs/cli from git as its a generated directory anyway
  • Loading branch information
miniscruff committed Aug 24, 2024
1 parent c84221a commit ff0f696
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 446 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ coverage.html
.cache/
site/
venv/
docs/cli/

# goreleaser builds
dist/
Expand Down
2 changes: 2 additions & 0 deletions cmd/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func NewBatch(
Long: `Merges all unreleased changes into one version changelog.
Batch takes one argument for the next version to use, below are possible options.
* A specific semantic version value, with optional prefix
* Major, minor or patch to bump one level by one
* Auto which will automatically bump based on what changes were found
Expand All @@ -66,6 +67,7 @@ Line breaks are added before each formatted line except the first, if you wish t
add more line breaks include them in your format configurations.
Changes are sorted in the following order:
* Components if enabled, in order specified by config.components
* Kinds if enabled, in order specified by config.kinds
* Timestamp oldest first`,
Expand Down
31 changes: 0 additions & 31 deletions docs/cli/changie.md

This file was deleted.

52 changes: 0 additions & 52 deletions docs/cli/changie_batch.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/cli/changie_completion.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/cli/changie_completion_bash.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/cli/changie_completion_fish.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/cli/changie_completion_powershell.md

This file was deleted.

49 changes: 0 additions & 49 deletions docs/cli/changie_completion_zsh.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/cli/changie_init.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/cli/changie_latest.md

This file was deleted.

Loading

0 comments on commit ff0f696

Please sign in to comment.