Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Basic docs on how to release
Browse files Browse the repository at this point in the history
  • Loading branch information
glyn committed Aug 20, 2019
1 parent 3270ca5 commit 0c0cf66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,14 @@ $ make dep
## Debugging

For instructions on using VS Code to debug the Duffle binary, see [the debugging document](debugging.md).

## Creating a Release

To create a release, simply push a tag and CI will do the rest. The tag should be of the form:
```console
<major>.<minor>.<patch>[-<pre-release>]
```
Tags conform to [Semantic Versioning](https://semver.org/) in syntax and semantics, but must not start with `v`.

Examples tags are: `0.3.0-beta.3` and `1.0.0`.

0 comments on commit 0c0cf66

Please sign in to comment.