Skip to content

Commit

Permalink
docs: no history
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Feb 1, 2022
1 parent b7706b2 commit a18e61e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
15 changes: 14 additions & 1 deletion www/docs/ci/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,17 @@
GoReleaser was built from the very first commit with the idea of
running it as part of the CI pipeline in mind.

Let's see how we can get it working on popular CI software.
Let's see how we can get it working on popular CI software:

- [GitHub Actions](/ci/actions)
- [Azure Pipelines](/ci/azurepipelines)
- [Circle CI](/ci/circle)
- [Cirrus CI](/ci/cirrus)
- [Google CloudBuild](/ci/cloudbuild)
- [Codefresh](/ci/codefresh)
- [Drone](/ci/drone)
- [GitLab CI](/ci/gitlab)
- [Jenkins](/ci/jenkins)
- [Semaphore](/ci/semaphore)
- [Travis CI](/ci/travis)

7 changes: 7 additions & 0 deletions www/docs/errors/no-history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog has only the latest commit

If your changelog has only a single commit, its likely GoReleaser ran against
a shallow clone, so the history isn't really there - you need a clone with
the full depth for it to work.

To fix it, please refer to the [CI section](/ci) of our docs.
1 change: 1 addition & 0 deletions www/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ nav:
- errors/multiple-tokens.md
- errors/no-main.md
- errors/resource-not-accessible-by-integration.md
- errors/no-history.md
- deprecations.md
- Cookbooks:
- About: cookbooks/index.md
Expand Down

0 comments on commit a18e61e

Please sign in to comment.