6 Commits

Author SHA1 Message Date
Lari Hotari
7f84d6e966 Revisit release process 2023-12-11 14:13:11 +02:00
Michael Marshall
8ad7cf6b65
Remove unnecessary version bump guidance 2022-11-03 23:22:32 -05:00
Michael Marshall
9436d03656
Use GitHub release notes until the pulsar.a.o website hosts them 2022-11-03 23:21:03 -05:00
Michael Marshall
e49bd36422
Minor changes to release process 2022-11-03 23:02:04 -05:00
Michael Marshall
c70a7877eb
Minor wording improvements to release process 2022-10-28 14:19:59 -05:00
Michael Marshall
c8f5e7f9ce
New Release Process (#301)
* Copy release process doc from Apache Airflow

Source: fb741fd872/dev/README_RELEASE_HELM_CHART.md

* Adapt to Apache Pulsar

* Remove old release process notes

* Fix typo

* Apply suggestions from code review

Co-authored-by: tison <wander4096@gmail.com>

* Add sign.sh script for release artifacts

Script is copied from 395ad7110e/dev/sign.sh

* Add some updates (more to might follow)

* Add some more updates to the rest of the release plan

* Fix rat check command

Co-authored-by: tison <wander4096@gmail.com>

Relates to #290

### Motivation

Make the Apache Pulsar Helm Chart release follow ASF rules for voting, and make the helm binary available via dist.apache.org. By following the information in https://issues.apache.org/jira/browse/LEGAL-573 and in the Apache Airflow project https://github.com/apache/airflow/blob/main/dev/README_RELEASE_HELM_CHART.md, I built this new release process. It will likely need some iterative improvement.

### Modifications

* Add a release process that is based on the Apache Airflow release process

### Verifying this change

- [ ] Make sure that the change passes the CI checks.
2022-10-21 00:33:08 -05:00