Update year in the notice file and the release process instructions#12622
Update year in the notice file and the release process instructions#12622abhishekagarwal87 merged 5 commits intoapache:masterfrom
Conversation
|
|
||
| You also need to update the version manually in some places for both master branch and the release branch. | ||
| - `DRUID_DOCS_VERSION` has to be changed to `0.17.0` in `web-console/src/links.ts`. | ||
| - Docker image tag has to be changed to `0.17.0` for all druid services in `distribution/docker/docker-compose.yml`. |
There was a problem hiding this comment.
this part about updating docker-compose.yml is already mentioned https://github.com/apache/druid/blob/master/distribution/asf-release-process-guide.md?plain=1#L62
|
|
||
| Once this is completed, open a PR to the master branch. Also, be sure to confirm that these versions are all correct in the release branch, otherwise fix them and open a backport PR to the release branch. | ||
|
|
||
| #### Version updates on master and release branch |
There was a problem hiding this comment.
I think these can all be done in the master branch and be part of the previous section, maybe instead add a bit that if any of these steps is missed, then update it in master and backport to the release branch?
|
|
||
| ```bash | ||
| $ mvn -DreleaseVersion=0.17.0 -DdevelopmentVersion=0.18.0-SNAPSHOT -Dtag=druid-0.17.0-rc3 -DpushChanges=false clean release:clean release:prepare | ||
| $ mvn -Pwebsite-docs -DreleaseVersion=0.17.0 -DdevelopmentVersion=0.18.0-SNAPSHOT -Dtag=druid-0.17.0-rc3 -DpushChanges=false clean release:clean release:prepare |
There was a problem hiding this comment.
does this do the right thing? The website-docs profile only has the website module, so will it only bump website version or is it additive?
There was a problem hiding this comment.
yeah. I verified it by running mvn -Pwebsite-docs help:evaluate -Dexpression=project.modules
* updated the doc link * update snapshots
No description provided.