Updated styling of markdown.

This commit is contained in:
Mikael Lepistö 2018-09-19 01:25:58 +03:00 committed by GitHub
parent 291fa4d130
commit 8e0ce7a450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,17 @@
= Checklist for crating knex @next releases
# Checklist for crating knex @next releases
1. Go through all commits since the last release and add them to CHANGELOG.md under unreleased changes section.
2. Commit changes to CHANGELOG
3. Check that master compiles and tests are running fine (check also that CI tests are passing)
npm run build
npm test
```
npm run build
npm test
```
4. Update package.json version to be e.g. 0.16.0-next1 or 0.16.0-next2 and commit yo master
5. Publish it under @next tag
npm publish --tag next
```
npm publish --tag next
```