- Update HISTORY.md
- Commit the changes:
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
- Update version number (can also be minor or major)
bumpversion patch
| /** | |
| * BEM Helper methods. Inspired by http://bit.ly/1QqAOhR. | |
| * Provides mixins @block, @element and @modifier. | |
| * Requires SassyLists and SassyStrings. | |
| */ | |
| $bem-element-separator: '__'; | |
| $bem-modifier-separator: '--'; | |
| /** | |
| * Return a list of all of the rules within the selector |
| # | |
| # Name: nginx-tls.conf | |
| # Auth: Gavin Lloyd <[email protected]> | |
| # Desc: Nginx SSL/TLS configuration for "A+" Qualys SSL Labs rating | |
| # | |
| # Enables HTTP/2, PFS, HSTS and OCSP stapling. Configuration options not related | |
| # to SSL/TLS are not included here. | |
| # | |
| # Additional tips: | |
| # |
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
bumpversion patch