Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Deploy a documentation version for each new Synapse release #10198

Merged
merged 5 commits into from
Jun 18, 2021

Commits on Jun 17, 2021

  1. Additionally deploy to a folder named after current Synapse version

    Doing so will allow us to build up releases of the docs as we create
    and push to release branches.
    
    In the future we'll have some UI on the website to switch between
    versions, but for now you can simple just change 'develop' to
    'v1.2' in the URL.
    anoadragon453 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    54080ad View commit details
    Browse the repository at this point in the history
  2. Changelog

    anoadragon453 committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    699daa6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Properly prevent rc versions from causing a deploy

    We were checking a version number derived from the branch for whether it
    included "rc" - which didn't make sense, branches never have "rc" in the
    name. Instead, we use Synapse's __version__ string to perform the rc
    check.
    
    There's some potential to using tags instead here, but this works for
    now...
    anoadragon453 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b5ee31b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379f008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4682dd View commit details
    Browse the repository at this point in the history