diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-03 15:10:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-03 15:10:03 +0000 |
commit | f397d486bc77b286d42f83b89e0879428c05299d (patch) | |
tree | 8cabde42b9c8431ca8cdb5a21ae9f3102fe94f27 /doc/user/project/releases | |
parent | 6b3944a90167998424f6f258dcffcd4ec740ef03 (diff) | |
download | gitlab-ce-f397d486bc77b286d42f83b89e0879428c05299d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/releases')
-rw-r--r-- | doc/user/project/releases/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/project/releases/index.md b/doc/user/project/releases/index.md index 4356d3582b3..1070fabf526 100644 --- a/doc/user/project/releases/index.md +++ b/doc/user/project/releases/index.md @@ -612,6 +612,18 @@ These metrics include: - Total number of releases in the group - Percentage of projects in the group that have at least one release +## Working example project + +The Guided Exploration project [Utterly Automated Software and Artifact Versioning with GitVersion](https://gitlab.com/guided-explorations/devops-patterns/utterly-automated-versioning) demonstrates: + +- Using GitLab releases. +- Using the GitLab `release-cli`. +- Creating a generic package. +- Linking the package to the release. +- Using a tool called [GitVersion](https://gitversion.net/) to automatically determine and increment versions for complex repositories. + +You can copy the example project to your own group or instance for testing. More details on what other GitLab CI patterns are demonstrated are available at the project page. + ## Troubleshooting ### Getting `403 Forbidden` or `Something went wrong while creating a new release` errors when creating, updating or deleting releases and their assets |