Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning].
This file uses change log convention from [Keep a CHANGELOG].

## [Unreleased][unreleased]
### Added
- Added `-q, --quiet` option
- Added `10-setuppy_update.sh` plugin. Check `PLUGINS.md` for more detils.
- Added `90-major_and_minor_tag.sh` plugin. Check `PLUGINS.md` for more detils.

### Changed
- Modified plugin execution order: Now plugins are run in numerical ascending order, if numbered, or alphabertical ascending, if not. Check `PLUGINS.md` for more detils.

## [Unreleased][unreleased]
### Added
- Added pre-release and build options. Note: the [keepachangelog.sh plugin] this will need to be updated to
Expand Down