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
2 changes: 1 addition & 1 deletion ci/create_rc_discussion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DISCUSSION_TITLE="[VOTE] Release Candidate ${RC_TAG}"
# Determine vote duration based on release type
case "$RELEASE_TYPE" in
major)
VOTE_DURATION_DAYS=7
VOTE_DURATION_DAYS=3
;;
minor)
VOTE_DURATION_DAYS=3
Expand Down
2 changes: 1 addition & 1 deletion docs/src/community/voting.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ A **-1** binding vote is considered a veto for all decision types. Vetoes:
| Changes in maintainers and PMC rosters | 3 (excluding the people proposed for change) | PMC | Private Mailing List | 1 week |
| Incubating subproject graduation to subproject | 3 | PMC | GitHub Discussions | 3 days |
| Subproject management | 1 | PMC | GitHub Discussions | N/A |
| Release a new stable major version of the core project | 3 | PMC | GitHub Discussions | 1 week |
| Release a new stable major version of the core project | 3 | PMC | GitHub Discussions | 3 days |
| Release a new stable minor version of the core project | 3 | PMC | GitHub Discussions | 3 days |
| Release a new stable patch version of the core project | 3 | PMC | GitHub Discussions | N/A |
| Lance Format Specification modifications | 3 (excluding proposer) | PMC | GitHub Discussions (with a GitHub PR) | 1 week |
Expand Down
Loading