Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 5d27561

Browse files
committed
Prepares for 1.0.0 release
- Adds branch aliases: - dev-master => 1.0.x-dev - dev-develop => 1.1.x-dev (to be created) - Renames alpha1 entry to 1.0.0 and sets current date in CHANGELOG
1 parent 475d68c commit 5d27561

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Versions prior to 0.4.0 were released as the package "weierophinney/hal".
66

7-
## 1.0.0alpha1 - 2018-02-27
7+
## 1.0.0 - 2018-03-15
88

99
### Added
1010

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
"sort-packages": true
6161
},
6262
"extra": {
63+
"branch-alias": {
64+
"dev-master": "1.0.x-dev",
65+
"dev-develop": "1.1.x-dev"
66+
},
6367
"zf": {
6468
"config-provider": "Zend\\Expressive\\Hal\\ConfigProvider"
6569
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)