Browse Source

Backport PR #11085: Add a note on the Jupyter Releaser in the extension tutorial (#11089)

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
MeeseeksMachine 3 years ago
parent
commit
fa9bf65cd3
1 changed files with 16 additions and 0 deletions
  1. 16 0
      docs/source/extension/extension_tutorial.rst

+ 16 - 0
docs/source/extension/extension_tutorial.rst

@@ -966,6 +966,22 @@ You may want to also publish your extension as a JavaScript package to the
    package to npm so other extensions can depend on it and import and require
    your token.
 
+
+Automated Releases
+^^^^^^^^^^^^^^^^^^
+
+If you used the cookiecutter to bootstrap your extension, the repository should already
+be compatible with the `Jupyter Releaser <https://github.com/jupyter-server/jupyter_releaser>`_.
+
+The Jupyter Releaser provides a set of GitHub Actions Workflows to:
+
+- Generate a new entry in the Changelog
+- Draft a new release
+- Publish the release to ``PyPI`` and ``npm``
+
+For more information on how to run the release workflows,
+check out the documentation: https://github.com/jupyter-server/jupyter_releaser
+
 Learn more
 ----------