Skip to content

Commit

Permalink
Merge pull request #57 from snyk/chore-upgrade-major-version
Browse files Browse the repository at this point in the history
feat: auth
  • Loading branch information
Arvi3d committed Feb 23, 2021
2 parents c25758b + ca8db9b commit 28820c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion development.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@ $ SNYK_API_HOST=... SNYK_AUTH_HOST=... SNYK_API_KEY=... SNYK_API_KEY_NO_ACCESS=.

#### Publish

No need to do anything. We have CircleCI CI/CD pipeline with automatic semantic versioning
Make sure you checked documentation about [semantic release prefixes](https://github.com/semantic-release/semantic-release)

For example, to make a major version your message must follow this format:
```
feat: <short message>
BREAKING CHANGE: <longer description>
```

No need to do anything else. We have CircleCI CI/CD pipeline with automatic semantic versioning.

0 comments on commit 28820c1

Please sign in to comment.