You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Semb Wever (Jira)" <ji...@apache.org> on 2021/04/29 20:54:00 UTC

[jira] [Created] (CASSANDRA-16642) Create release branch cassandra-4.0

Michael Semb Wever created CASSANDRA-16642:
----------------------------------------------

             Summary: Create release branch cassandra-4.0
                 Key: CASSANDRA-16642
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16642
             Project: Cassandra
          Issue Type: Task
          Components: Build
            Reporter: Michael Semb Wever
            Assignee: Michael Semb Wever



Figure out what needs to be done beyond

1. Create release branch
{code}
git switch -c cassandra-4.0 trunk
git push --set-upstream origin cassandra-4.0
{code}

2. Bump trunk's version 
{code}
git switch trunk
# increment version to 4.1
edit build.xml debian/changelog CHANGES.txt NEWS.txt
{code}

3. Add pipeline to ci-cassandra
https://github.com/apache/cassandra-builds/blob/trunk/jenkins-dsl/cassandra_job_dsl_seed.groovy#L51

4. Update website versions
https://github.com/apache/cassandra-website/blob/trunk/src/_data/releases.yaml

5. Add dtest version and upgrade paths
https://github.com/apache/cassandra-dtest/blob/trunk/upgrade_tests/upgrade_manifest.py



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org