mirror of
https://github.com/cbracco/html5-test-page.git
synced 2025-07-31 19:31:35 +02:00
Update CONTRIBUTING.md
Removed some irrelevant information.
This commit is contained in:
@@ -108,7 +108,7 @@ cutting new releases.
|
||||
### Releasing a new version
|
||||
|
||||
1. Include all new functional changes in the CHANGELOG.
|
||||
2. Use a dedicated commit to increment the version. The version needs to be added to the `README.md`, `CHANGELOG.md` (inc. date), `bower.json`, `package.json`, and `css/main.css` files.
|
||||
2. Use a dedicated commit to increment the version. The version needs to be added to the `README.md` and `CHANGELOG.md` (inc. date) files.
|
||||
3. The commit message must be of `v0.0.0` format.
|
||||
4. Create an annotated tag for the version: `git tag -m "v0.0.0" 0.0.0`.
|
||||
5. Push the changes and tags to GitHub: `git push --tags origin master`
|
||||
|
Reference in New Issue
Block a user