mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 03:14:00 +00:00
3.0 KiB
3.0 KiB
0.1.5 (2016-08-15)
- Add .editorconfig
- Ignore .idea folder
- Comment out unused variables (unused colors and BRANCH_CURRENT)
- Remove extra new line before Full changelog link
0.1.4 (2016-08-11)
- Fix changelog url generation
0.1.3 (2016-08-11)
- Fix ssh remote url, convert to https
- Take account diffs in bitbucket and github changelog urls
- Reverse commit message list
0.1.2 (2016-08-10)
- Explicitly push tags
- Better wording to push question
- Fix changelog url
0.1.1 (2016-08-10)
- Echo into the temp file, not to the screen
0.1.0 (2016-08-10)
- Remove paging from git log, works better for automation
- Change changelog formatting to simple message
- Add link to full changelog, detect project url from origin url
- Add composer.json, ignore vendor folder
0.0.10 (2016-08-04)
db2367d2016-08-04 | Create the README.md (HEAD -> release-0.0.10, develop) [Ismo Vuorinen]0140b532016-08-04 | Implement shellcheck recommendations [Ismo Vuorinen]eb489642016-08-04 | Check for the first commit [Ismo Vuorinen]5bf9c8f2016-08-04 | Use env to detect bash path [Ismo Vuorinen]
0.0.9 (2016-08-04)
72d3fe52016-08-04 | Changed git log hash length (HEAD -> release-0.0.9, develop) [Ismo Vuorinen]94cefa42016-08-04 | Remove merges from git log command output [Ismo Vuorinen]2a880692016-08-04 | Fixed pushing [Ismo Vuorinen]
0.0.8 (2016-08-04)
964866a2016-08-04 | Push master and dev branches explicitly (HEAD -> release-0.0.8, develop) [Ismo Vuorinen]
0.0.7 (2016-08-04)
9408ec32016-08-04 | Change pushing to do all (HEAD -> release-0.0.7, develop) [Ismo Vuorinen]
0.0.6 (2016-08-04)
5af80c22016-08-04 | Ask should we push to origin, with tags (HEAD -> release-0.0.6, develop) [Ismo Vuorinen]
0.0.5 (2016-08-04)
9ac3cdf2016-08-04 | Final message to show we are done (HEAD -> release-0.0.5, origin/develop, develop) [Ismo Vuorinen]
0.0.4 (2016-08-04)
865447c2016-08-04 | Minor changes to make sure nothing strange happens when releasing (HEAD -> release-0.0.4, develop) [Ismo Vuorinen]
0.0.3 (2016-08-04)
c23b5122016-08-04 | If our changelog is missing, create one? (HEAD -> release-0.0.3, develop) [Ismo Vuorinen]e4f313a2016-08-04 | Add missing changelog file [Ismo Vuorinen]
0.0.2 (2016-08-04)
- Changed date format on release header
0.0.1 (Elokuu 04, 2016)
- Uncomment rest of the script
- Remove "-f" force option, keeping it simple
- Add our empty VERSION file to generate another commit
- First commit to get things rolling