Commit 4d03aa04 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'gottesman.rachelg-master-patch-26437' into 'master'

Fix future tense issues

See merge request gitlab-org/gitlab!48594
parents 42971536 38d18d0d
...@@ -237,11 +237,11 @@ When publishing packages, note that: ...@@ -237,11 +237,11 @@ When publishing packages, note that:
- The maximum allowed size is 50 MB. - The maximum allowed size is 50 MB.
- You can't upload the same version of a package multiple times. If you try, - You can't upload the same version of a package multiple times. If you try,
you'll receive the error `Validation failed: File name has already been taken`. you receive the error `Validation failed: File name has already been taken`.
### Ensure your version string is valid ### Ensure your version string is valid
If your version string (for example, `0.0.1`) isn't valid, it will be rejected. If your version string (for example, `0.0.1`) isn't valid, it gets rejected.
GitLab uses the following regex to validate the version string. GitLab uses the following regex to validate the version string.
```ruby ```ruby
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment