- 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
#!/usr/bin/env node | |
console.log('yay gist') |
<!-- Example #1 - no styling --> | |
Made with ❤ in Switzerland | |
Made with ♥ in Switzerland | |
Made with ♡ in Switzerland | |
Made with ❤️ in Switzerland | |
Made with ♥️ in Switzerland | |
<!-- Example #2 - inline-styled ❤ --> | |
Made with <span style="color: #e25555;">♥</span> in Switzerland | |
Made with <span style="color: #e25555;">♥</span> in Switzerland |
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |
#!/usr/bin/env python3 | |
# Purpose: Send an e-mail notification when a Steam trade offer is accepted or | |
# received. | |
# Documentation URL: | |
# https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService | |
# Set these before running this script: | |
STEAM_API_KEY = 'your steam API Key' | |
STEAM_PROFILE = 'your public steam profile name' |
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
bumpversion patch