Mislav Marohnić
21c4b49164
🔥 remove tracking from documentation site
2020-11-10 12:06:02 +01:00
Mislav Marohnić
fb44a7ef97
Avoid generating changelog during release
...
Since the CI job runs without the full git history, and since we
commonly get release notes from the annotated git tag, eliminate the
obsolete code path that tried to generate the changelog.
https://github.com/github/hub/runs/488291084
2020-03-09 02:20:51 +01:00
Mislav Marohnić
9a5cde08cc
[ci] Fix auto-publishing gh-pages
...
24ba9063ab/checks
?check_suite_id=412011825
2020-01-21 15:28:41 +01:00
Mislav Marohnić
5932438a4e
Remove unwanted tracking from distributed HTML man pages
...
This was supposed to end up in the published site only
2020-01-21 14:13:17 +01:00
Mislav Marohnić
8983c0bfbe
Automatically publish tagged release from Actions
2019-11-14 23:56:24 +01:00
Mislav Marohnić
875d4288bf
[help] Enable `hub help --web <command>`
...
- `share/man/man1/*.html` now live in `share/doc/hub-doc/*.html`
- `help.format` git config values "web" & "html" now supported
2019-10-31 01:58:47 +01:00
Mislav Marohnić
cdd5ce9264
Only publish HTML man pages if the tag is cut off master
...
[ci skip]
2019-01-18 19:01:31 +01:00
Mislav Marohnić
db67115e92
Publish man pages to gh-pages on tagged release
2018-06-07 13:01:40 +02:00
Mislav Marohnić
f8dec9fc6f
Avoid running `publish-release` multiple times per tag
...
Since there are multiple Go builds, run it only for the latest Go build.
In `.travis.yml`, the latest Go build should appear first in the list.
2018-06-07 12:16:58 +02:00
Mislav Marohnić
d1cb6d7d12
Simplify Travis config and fix release process
2016-08-21 15:57:31 +02:00
Mislav Marohnić
bfc9228f10
Include all man pages in packaged releases
2016-01-25 22:49:38 +11:00
Mislav Marohnić
785005ce83
Automatically publish a GitHub release from Travis CI
...
Whenever CI processes a new git tag successfully, automatically create a
GitHub release and upload cross-compiled assets to it.
2015-06-07 02:40:40 +02:00