Skip to content

Commit

Permalink
Release 1.0 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed Mar 20, 2020
1 parent 0c6bacd commit bebb825
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ addressed by pull request, consider creating several PRs.

- Create `releases/version` branch of `develop`
- Prepare for release -> (produces beta- versions)
- Make sure all issues included in release are closed and labelled correctly
- Merge `releases/version` to `master`
- Merge `releases/version` to develop
- Remove releases/
- Make sure all issues included in release are closed and labelled correctly
- Tag master with [release/]version -> produces release version
- Tag `master` with version -> produces release version
- Update `develop` branch: `git pull --rebase origin master`
- Remove `releases/version` branch
- Review and publish release on GitHub - this manual step to review release notes before publishing
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ Output:
```
{"Id":1,"Value":"Value: 1"}
```

# Developmen info

Applicaton targets .NET Core 3.1

Libraries used:
* [Newtonsoft Json.Bson](https://github.com/JamesNK/Newtonsoft.Json.Bson)
* [MessagePack-CSharp](https://github.com/neuecc/MessagePack-CSharp)

0 comments on commit bebb825

Please sign in to comment.