mirror of
https://github.com/susam/spcss.git
synced 2025-08-28 16:19:56 +02:00
Update release checklist
This commit is contained in:
@@ -14,16 +14,27 @@ Perform the following tasks for every release:
|
|||||||
|
|
||||||
npm run min
|
npm run min
|
||||||
|
|
||||||
- Commit changes.
|
- Stage changes.
|
||||||
|
|
||||||
git status
|
git status
|
||||||
git add -p
|
git add -p
|
||||||
|
|
||||||
|
- Commit changes for new version.
|
||||||
|
|
||||||
|
VERSION=<VERSION>
|
||||||
|
git commit -em "Set version to $VERSION"
|
||||||
|
git push
|
||||||
|
|
||||||
|
- Update README.md with new screenshots.
|
||||||
|
|
||||||
|
- Commit README.md
|
||||||
|
|
||||||
|
VERSION=<VERSION>
|
||||||
|
git commit -em "Add screenshots for version $VERSION"
|
||||||
|
|
||||||
- Tag the release.
|
- Tag the release.
|
||||||
|
|
||||||
VERSION=<VERSION>
|
VERSION=<VERSION>
|
||||||
|
|
||||||
git commit -em "Set version to $VERSION"
|
|
||||||
git tag $VERSION -m "SPCSS $VERSION"
|
git tag $VERSION -m "SPCSS $VERSION"
|
||||||
git push origin master $VERSION
|
git push origin master $VERSION
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user