Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cliff-jumperrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"name": "actions",
"org": "nanoforge-dev",
"packagePath": ".",
"tagTemplate": "{{new-version}}",
"identifierBase": false
}
4 changes: 2 additions & 2 deletions actions/synchronize-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: "Synchronize docs for a repository"
inputs:
src-path:
description: "Path to the repository directory"
default: "src"
default: "."
docs-path:
description: "Path to the docs repository directory"
default: "docs"
default: "docs-dist"
category:
description: "Category of the repository (bases are `engine`, `cli` and `editor`)"
required: true
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ commit_parsers = [
]
filter_commits = true
protect_breaking_commits = true
tag_pattern = "@nanoforge-dev/actions@[0-9]*"
tag_pattern = "^[0-9]+"
ignore_tags = ""
topo_order = false
sort_commits = "newest"
Expand Down
Loading