mort-css
Version:
Dead CSS detection
38 lines (26 loc) • 628 B
Markdown
# Making a release
`mort` follows semver so bump the version accordingly.
Steps for making a release are:
- Bump the version number in package.json
- Bump the version number in main.ts
- `npm run build`
- Create the commit if you're happy with it.
- Tag the commit
```
git tag -a vx.x.x some_commit_id
```
Once all that's done, remember to push it to the tag:
```
git push origin <tag_name>
```
and to the master branch too
```
git push
```
and publish to npm
```
npm publish
```
# Useful CSS References
https://drafts.csswg.org/selectors-3/#id-selectors
https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier