mirror of
https://github.com/knex/knex.git
synced 2025-12-30 00:30:14 +00:00
Updated styling of markdown.
This commit is contained in:
parent
291fa4d130
commit
8e0ce7a450
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user