File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818# and applies the changes required individually for SWT.
1919# The calling pipeline also defines environment variables usable in this script.
2020
21- echo " Qualifier update for ${NEXT_RELEASE_VERSION} " > ' org.eclipse.pde.doc.user/forceQualifierUpdate.txt'
21+ # Update the link to N&N entries, which also implies the otherwise explicitly required qualifier update
22+ whatsNewFile=' org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html'
23+ sed --expression " s|Eclipse ${PREVIOUS_RELEASE_VERSION} |Eclipse ${NEXT_RELEASE_VERSION} |" -i " ${whatsNewFile} "
24+ sed --expression " s|news/${PREVIOUS_RELEASE_VERSION} /pde.html|news/${NEXT_RELEASE_VERSION} /pde.html|" -i " ${whatsNewFile} "
2225
23-
24- git commit --all --message " Qualifier update of doc bundles for ${NEXT_RELEASE_VERSION} "
26+ git commit --all --message " Reference New and Noteworthy for ${NEXT_RELEASE_VERSION} in PDE documentation"
You can’t perform that action at this time.
0 commit comments