diff --git a/airflow-ctl/docs/index.rst b/airflow-ctl/docs/index.rst index 0ab584a160e4e..bb74156fb5692 100644 --- a/airflow-ctl/docs/index.rst +++ b/airflow-ctl/docs/index.rst @@ -29,7 +29,7 @@ Please head over to :doc:`/start` to get started. installation/index howto/index security - changelog + release_notes .. toctree:: :hidden: diff --git a/airflow-ctl/docs/changelog.rst b/airflow-ctl/docs/release_notes.rst similarity index 66% rename from airflow-ctl/docs/changelog.rst rename to airflow-ctl/docs/release_notes.rst index 2285ff8e6c336..66ccaa3299855 100644 --- a/airflow-ctl/docs/changelog.rst +++ b/airflow-ctl/docs/release_notes.rst @@ -16,16 +16,8 @@ under the License. -.. NOTE TO CONTRIBUTORS: - Please, only add notes to the Changelog just below the "Changelog" header when there are some breaking changes - and you want to add an explanation to the users on how they are supposed to deal with them. - The changelog is updated and maintained semi-automatically by release manager. -``apache-airflow-ctl`` +Release Notes +============= -Changelog ---------- - -0.1.0 -..... -Initial version of the airflowctl. +.. include:: ../RELEASE_NOTES.rst