mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
Merge pull request #293 from carlaKC/inrepo-releasenotes
mutli: add release notes file to track in-repo
This commit is contained in:
commit
ccb9e077d7
2
.github/pull_request_template.md
vendored
Normal file
2
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
#### Pull Request Checklist
|
||||
- [ ] Update `release_notes.md` if your PR contains major features, breaking changes or bugfixes
|
18
release_notes.md
Normal file
18
release_notes.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Loop Client Release Notes
|
||||
This file tracks release notes for the loop client.
|
||||
|
||||
### Developers:
|
||||
* When new features are added to the repo, a short description of the feature should be added under the "Next Release" heading.
|
||||
* This should be done in the same PR as the change so that our release notes stay in sync!
|
||||
|
||||
### Release Manager:
|
||||
* All of the items under the "Next Release" heading should be included in the release notes.
|
||||
* As part of the PR that bumps the client version, the "Next Release" heading should be replaced with the release version including the changes.
|
||||
|
||||
## Next Release
|
||||
|
||||
#### New Features
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bug Fixes
|
@ -21,6 +21,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
||||
// These constants define the application version and follow the semantic
|
||||
// versioning 2.0.0 spec (http://semver.org/).
|
||||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 9
|
||||
appPatch uint = 0
|
||||
|
Loading…
Reference in New Issue
Block a user