Skip to content

Commit

Permalink
feat: auth
Browse files Browse the repository at this point in the history
BREAKING CHANGE: authentication functions were changed
  • Loading branch information
Arvi3d committed Feb 23, 2021
1 parent c25758b commit ca8db9b
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 ca8db9b

Please sign in to comment.