Skip to content

Commit 18ad5b8

Browse files
committed
Added overview and example to readme
1 parent e6d4a87 commit 18ad5b8

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
# test-new-repo
1+
# Branch Per Environment Example #
2+
## Overview ##
3+
This strategy requires a minimum of a staging branch and a production branch.
4+
The staging branch acts as an area where all the upcoming changes in the next
5+
release are aggregated. Often times the changes loaded into staging are
6+
validated and shipped out to an environment mirroring production where the team
7+
can manually test fixes and new features prior to deploying them out to
8+
production.
29

310

4-
hello test2
11+
Automate Your Release Notes in 3-Clicks @ [NextRelease.io](https://www.nextrelease.io)
12+
13+
14+
15+
# Example Notes #
16+
## Release 0.11.0
17+
#### Enhancements
18+
- Enhanced Dashboard Filtering [#156](https://github.com/nextreleaseio/frontend/pull/156) ( [donaldwasserman](https://github.com/donaldwasserman) )
19+
20+
#### Bugfixes
21+
- Resolved billing [#155](https://github.com/nextreleaseio/frontend/pull/155) ( [donaldwasserman](https://github.com/donaldwasserman) )
22+
- Responsive Styling Fixes [#154](https://github.com/nextreleaseio/frontend/pull/154) ( [donaldwasserman](https://github.com/donaldwasserman) )
23+
- Changed filtering to modified date [#152](https://github.com/nextreleaseio/frontend/pull/152) ( [donaldwasserman](https://github.com/donaldwasserman) )

0 commit comments

Comments
 (0)