Skip to content
Merged
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
7 changes: 7 additions & 0 deletions dev-tools/scripts/releaseWizard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,13 @@ groups:
cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}" import {{ git_checkout_folder }}/lucene/documentation/build/site https://svn.apache.org/repos/infra/sites/lucene/core/{{ version }}
logfile: add-docs-lucene.log
comment: Add docs for Lucene
- !Command
cmd: echo >> {{ git_checkout_folder }}/lucene/documentation/build/site/changes/Changes.html
comment: Add trailing newline to Changes.html to prepare svnpubsub nudge
- !Command
cmd: svnmucc put {{ git_checkout_folder }}/lucene/documentation/build/site/changes/Changes.html -m "Touch Changes.html to ensure svnpubsub publishes the new docs for Lucene {{ release_version }}" https://svn.apache.org/repos/infra/sites/lucene/core/{{ version }}/changes/Changes.html
logfile: svnmucc-touch-changes.log
comment: Re-upload Changes.html to trigger svnpubsub after bulk import
- !Todo
id: website_git_clone
title: Do a clean git clone of the website repo
Expand Down
Loading