summaryrefslogtreecommitdiff
path: root/docs/man/publish.sh
blob: 9435c9e105fea054c4b74a34a8e89a46eeab0150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
#
# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
# This software is supplied under the terms of the MIT License, a
# copy of which should be located in the distribution where this
# file was obtained (LICENSE.txt).  A copy of the license may also be
# found online at https://opensource.org/licenses/MIT.
#
#
cat <<EOF
*** DO NOT USE THIS SCRIPT ***

We moved this to the gh-pages branch.

To publish updates:

  * git checkout the gh-pages branch
  * run the _tools/pubrefman.sh script in gh-pages
  * _tools/pubrefman.sh can take a tag (e.g. "v1.2.4") as an argument
  * push the gh-pages branch

EOF
exit 1