mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Add initial version of CHANGELOG.md
This commit is contained in:
parent
d8c407070f
commit
43ed65253e
1 changed files with 15 additions and 0 deletions
15
CHANGELOG.md
Normal file
15
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
We are not following semantic versioning in this template app since any change could potentially be
|
||||
a breaking change for forked customization projects. We are still experimenting with what is a good
|
||||
way to update this template, but currently, we follow a pattern:
|
||||
|
||||
* Major version change (v**X**.0.0): Changes to several pages and other components. Consider
|
||||
implementing this without merging upstream (we'll provide instructions).
|
||||
* Minor version change (v0.**X**.0): New features and changes to a single page. These are likely to
|
||||
cause conflicts.
|
||||
* Patch (v0.0.**X**): Bug fixes and small changes to components.
|
||||
|
||||
## v0.2.0
|
||||
|
||||
* Starting a change log for Flex Template for Web
|
||||
Loading…
Add table
Reference in a new issue