Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a release action #497

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 26, 2024

  1. Add a release action

    This action will build and deploy docs for a new release, copying
    the built docs artifacts to both the dev and the {version} folders
    in napari.github.io. It will also update the stable symlink to point
    to the new version folder.
    
    This action will be triggered by a new release tag pushed to the repo or
    by manually trigerring the action with an input specifying the new version
    (any input different from the default dev will trigger the action.)
    melissawm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5443880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369746c View commit details
    Browse the repository at this point in the history