@@ -9,26 +9,28 @@ If this is your first time contributing to any project on GitHub, see [First Con
99For this project specifically, follow these steps:
1010
11111 . Fork the project
12- 1 . Clone the repository
13- 1 . [ Set up the project] ( #setup )
14- 1 . Create a branch
15- 1 . Code according to the [ guidelines] ( #code-guidelines ) and [ style] ( #code-style )
16- 1 . [ Test your changes] ( #testing )
17- 1 . Commit and push
18- 1 . Open a pull request, following the [ template] ( .github/PULL_REQUEST_TEMPLATE.md )
12+ 2 . Clone the repository
13+ 3 . [ Set up the project] ( #setup )
14+ 4 . Create a branch
15+ 5 . Code according to the [ guidelines] ( #code-guidelines ) and [ style] ( #code-style )
16+ 6 . [ Test your changes] ( #testing )
17+ 7 . Commit and push
18+ 8 . Open a pull request, following the [ template] ( .github/PULL_REQUEST_TEMPLATE.md )
1919
2020## Release a New Version
2121
22+ Before you release a new version, make sure to familiarize yourself with:
23+ - [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 )
24+ - [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
25+ - [ Previous GitHub Releases] ( https://github.com/nuwave/lighthouse/releases )
26+
2227To create a new release, follow these steps:
23- 1 . Read [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 )
24- 1 . Read [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
25- 1 . Look at previous released on the [ GitHub release page] ( https://github.com/nuwave/lighthouse/releases )
26281 . Consider the entries in the [ ` CHANGELOG unreleased section ` ] ( CHANGELOG.md#unreleased ) , add missing entries if needed
27- 1 . Based on those entries and the previous version, define the next version number and add it to the [ ` CHANGELOG.md ` ] ( CHANGELOG.md )
28- 1 . [ Draft a new release] ( https://github.com/nuwave/lighthouse/releases/new )
29- 1 . Add the version number as both tag and title
30- 1 . Add the changelog entries as the description
31- 1 . Publish the release
29+ 2 . Based on those entries and the previous version, define the next version number and add it to the [ ` CHANGELOG.md ` ] ( CHANGELOG.md )
30+ 3 . [ Draft a new release] ( https://github.com/nuwave/lighthouse/releases/new )
31+ 4 . Add the version number as both tag and title
32+ 5 . Add the changelog entries as the description
33+ 6 . Publish the release
3234
3335## Setup
3436
0 commit comments