File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ #### Pull Request Checklist
2+ - [ ] Update ` release_notes.md ` if your PR contains major features, breaking changes or bugfixes
Original file line number Diff line number Diff line change 1+ # Loop Client Release Notes
2+ This file tracks release notes for the loop client.
3+
4+ ### Developers:
5+ * When new features are added to the repo, a short description of the feature should be added under the "Next Release" heading.
6+ * This should be done in the same PR as the change so that our release notes stay in sync!
7+
8+ ### Release Manager:
9+ * All of the items under the "Next Release" heading should be included in the release notes.
10+ * As part of the PR that bumps the client version, the "Next Release" heading should be replaced with the release version including the changes.
11+
12+ ## Next Release
13+
14+ #### New Features
15+
16+ #### Breaking Changes
17+
18+ #### Bug Fixes
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2121// These constants define the application version and follow the semantic
2222// versioning 2.0.0 spec (http://semver.org/).
2323const (
24+ // Note: please update release_notes.md when you change these values.
2425 appMajor uint = 0
2526 appMinor uint = 9
2627 appPatch uint = 0
You can’t perform that action at this time.
0 commit comments