Commit Graph

53 Commits

Author SHA1 Message Date
lukaszraczylo 39af019db4 Fix documentation on strict mode. 2021-07-27 10:22:55 +01:00
lukaszraczylo 9c0e4171ae Add strict matching which disables automatic incrementation of the patch until the trigger word is found. 2021-07-27 10:22:54 +01:00
lukaszraczylo a9949ee255 Add dummy autoupdater. 2021-07-27 10:22:54 +01:00
lukaszraczylo 29ad85b62a Add binary autoupdate. 2021-07-27 10:22:54 +01:00
lukaszraczylo 7608d2bc50 Add missing github token env for tests. 2021-07-27 10:22:54 +01:00
lukaszraczylo d0924c948d Improve test coverage. 2021-07-27 10:22:54 +01:00
lukaszraczylo 6d5f8903bb Add uploading of codecov result 2021-07-27 10:22:54 +01:00
lukaszraczylo 4a23cf71fc Add codecov reporting. 2021-07-27 10:22:53 +01:00
lukaszraczylo 2d03c12978 Add github_username and github_password to the action declaration. 2021-07-27 10:22:53 +01:00
lukaszraczylo 941784a3ae Fix leftover from the testing, use GITHUB_TOKEN. 2021-07-27 10:22:53 +01:00
lukaszraczylo 2a869e95fa Version checking against the current release and github graphql api. 2021-07-27 10:22:53 +01:00
lukaszraczylo 195192e6d1 Add version checking. 2021-07-27 10:22:53 +01:00
lukaszraczylo 2aac0ebd65 Replace order of the releases so the v1 is always second,
allowing users to pull the latest version of the binary from the "latest" link.
2021-07-27 10:22:45 +01:00
lukaszraczylo ec30e46868 Update documentation in regards to tag v1. 2021-07-27 10:22:05 +01:00
lukaszraczylo efbf9e06f0 Add release v1 to make it easier for users to pin the version in their workflows. 2021-07-27 10:22:05 +01:00
lukaszraczylo b8a15788ee General improvements
* Fix calculations as per https://github.com/lukaszraczylo/semver-generator/issues/8
* Change name of default config file as per https://github.com/lukaszraczylo/semver-generator/issues/2
* Add access to private repositories as per https://github.com/lukaszraczylo/semver-generator/issues/3
* Update documentation
2021-07-27 10:22:05 +01:00
lukaszraczylo ee2ab9fa0c Update documentation with working version. 2021-07-27 10:22:04 +01:00
lukaszraczylo 0d7a562e00 Update entrypoint location. 2021-07-27 10:22:04 +01:00
lukaszraczylo 325c53bfb7 Add missing entrypoint for docker image. 2021-07-27 10:22:04 +01:00
lukaszraczylo 6507c43648 Fixup: Wrong assumption, wrong calculation. 2021-07-27 10:22:04 +01:00
lukaszraczylo cdedb59476 Update dependencies. 2021-07-27 10:22:04 +01:00
lukaszraczylo 42c880f904 Update documentation with docker and supported architectures for binaries and images. 2021-07-27 10:22:04 +01:00
lukaszraczylo af71c23260 Fix: Issue with sorting commits after specifying hash. 2021-07-27 10:22:03 +01:00
lukaszraczylo dc22f7c281 Add codeclimate reporting on coverage. 2021-07-27 10:22:03 +01:00
lukaszraczylo 5ef55cc520 Rename github action to reflect what it's actually doing. 2021-07-27 10:22:03 +01:00
lukaszraczylo f98e203c91 Add additional badges. 2021-07-27 10:22:03 +01:00
lukaszraczylo c57c2e008a Update README markdown. 2021-07-27 10:22:03 +01:00
lukaszraczylo 1b2292f6cb Add ability to start from user specified hash.
This feature can be useful for repositories with already established versioning, but
having hundreds of commits which could potentially produce really weird results due
to lack of previous rules on wording.
2021-07-27 10:22:02 +01:00
lukaszraczylo 3b4c00f0ef Add build of Darwin ARM64 binary to the pool. 2021-07-27 10:22:02 +01:00
lukaszraczylo 8004c61d35 Update README with github actions usage. 2021-07-27 10:22:02 +01:00
lukaszraczylo d01a83771d Further modifications to the action part #2 2021-07-27 10:22:02 +01:00
lukaszraczylo 10fec688be Further modifications to the action part. 2021-07-27 10:22:02 +01:00
Lukasz Raczylo 9ab0317b34 Update action.yml 2021-07-27 10:22:02 +01:00
lukaszraczylo 6c2de41e24 Even more fixes this time. 2021-07-27 10:22:02 +01:00
lukaszraczylo 671236bd28 Naming convention for the build. 2021-07-27 10:22:01 +01:00
lukaszraczylo f8ca9059f2 Separate build steps and image for actions. 2021-07-27 10:22:01 +01:00
lukaszraczylo 92cc86192c Fix path for dockerfile action. 2021-07-27 10:22:01 +01:00
lukaszraczylo f397fb24a4 Fix: Use dockerfile for the action rather than standard one. 2021-07-27 10:22:01 +01:00
lukaszraczylo f5f678f6de Fix: Entrypoint for github action. 2021-07-27 10:22:01 +01:00
lukaszraczylo d31241790e Minor bugfixes. 2021-07-27 10:22:01 +01:00
lukaszraczylo e6d231fd5c Add possibility to buy me a coffee. 2021-07-27 10:22:00 +01:00
lukaszraczylo 9aa4a43fd5 Update dependencies. 2021-07-27 10:22:00 +01:00
lukaszraczylo 9a51b56ce6 Dummy commit to increment the version. 2021-05-09 13:37:36 +01:00
lukaszraczylo 129fbeebdf Last touches before publishing github action. 2021-05-09 13:30:45 +01:00
lukaszraczylo 79545e4331 Prepare for the actions release. 2021-05-09 12:52:06 +01:00
lukaszraczylo a98a930fa1 Add github action entrypoint. 2021-05-09 12:48:05 +01:00
lukaszraczylo c198725e2d Clarify patch double increment if certain keyword is used. 2021-05-09 12:05:02 +01:00
lukaszraczylo 58cb7722b6 Fix passing ldflags to the build process. 2021-05-09 11:58:56 +01:00
lukaszraczylo cbe73e16db Add -v / --version command and appropriate build flags. 2021-05-09 11:40:36 +01:00
lukaszraczylo 8bbde1f600 Console friendly switches and documentation
+ Add ARM64 binary release
+ Draft for github actions.
2021-05-09 11:11:57 +01:00