CHANGELOG 101
CHANGELOG 101
For each version, what did you:
2.14.1
## 0.6.0
### Added
- a feature that was added
### Fixed
- a bug that was fixed
### Changed
- other, non-bug releated changes
### Removed
- remove functionality (could be BREAKING CHANGE) or files
#Unreleased
## Unreleased
### Added
- a new capability related to a feature/enhancement
### Fixed
- a change related to a bug (by Mike)
## 2.23.1
...
## Unreleased
### Fixed
- a change related to a bug (by Marvin)
## 2.23.1
...
## Unreleased
### Added
- a new capability related to a feature/enhancement
### Fixed
- a change related to a bug (by Mike)
- a change related to a bug (by Marvin)
## 2.23.1
...
## 2.24.0
### Added
- a new capability related to a feature/enhancement
### Fixed
- a change related to a bug (by Mike)
- a change related to a bug (by Marvin)
## 2.23.1
...
fear the
monorepoApps (opendata-*)
Addons (ember-*)
Who's this for?
What questions are they trying to answer?Typically lib consumers
Will release fix my bug? What will break if I upgrade? Are new features worth it?
1) Person doing release
What version number should I use for this package?
2) Person writing public changelog
In human terms, what's in this release?
3) Rest of our team
When did we add that feature / fix that bug?
Addon changelogs
for person doing releaseApp changelogs
for person writing public changelog
// addon CHANGELOG
## Unreleased
### Added
- added map card
## 0.5.0
...
// app CHANGELOG
## Unreleased
### Added
- added map card
(https://esriarlington.tpondemand.com/entity/123456)
## 2.14.0
...
// addon CHANGELOG
## Unreleased
### Fixed
- broken header nav styles in IE
## 0.5.0
...
Example
// app CHANGELOG ## Unreleased ### Fixed - broken header nav styles in IE (https://esriarlington.tpondemand.com/entity/123456) ## 2.14.0 ... Example
// addon CHANGELOG
## Unreleased
### Added
- add `user` option to `getEvents()`
## 0.5.0
...
// app CHANGELOG
## Unreleased
### Fixed
- bug showing current (instead of selected) user's events
(https://esriarlington.tpondemand.com/entity/123456)
## 2.14.0
...
## Unreleased