Skip to content

Commit

Permalink
Merge pull request #803 from BCDA-APS/802-release-process
Browse files Browse the repository at this point in the history
document the release process
  • Loading branch information
prjemian authored Feb 16, 2023
2 parents d16a525 + e73910a commit 22ca773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
11 changes: 6 additions & 5 deletions .github/scripts/define_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
versions=

# existing versions
# versions+=" 1.6.6" # drop this version
versions+=" 1.6.8"
# versions+=" 1.6.6" # drop docs for this version
# versions+=" 1.6.8" # drop docs for this version
versions+=" 1.6.9"
versions+=" 1.6.10"
# versions+=" 1.6.11" # no docs for this version
versions+=" 1.6.12"

# future versions (only expected release tags)
# versions+=" 1.6.12" # no docs for this version
versions+=" 1.6.13"

# future versions (release tags that are expected)
versions+=" 1.6.14"
versions+=" 1.6.15"

export versions

Expand Down
10 changes: 2 additions & 8 deletions docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,17 @@
"url": "https://bcda-aps.github.io/apstools/dev/"
},
{
"name": "1.6.12 (latest)",
"version": "1.6.10",
"name": "1.6.13 (latest)",
"version": "1.6.13",
"url": "https://bcda-aps.github.io/apstools/1.6.10/"
},
{
"name": "1.6.10",
"version": "1.6.10",
"url": "https://bcda-aps.github.io/apstools/1.6.10/"
},
{
"name": "1.6.9 (no version dropdown)",
"version": "1.6.9",
"url": "https://bcda-aps.github.io/apstools/1.6.9/"
},
{
"name": "1.6.8 (no version dropdown)",
"version": "1.6.8",
"url": "https://bcda-aps.github.io/apstools/1.6.8/"
}
]

0 comments on commit 22ca773

Please sign in to comment.