Releases: icyflame/kindle-my-clippings-parser
Releases · icyflame/kindle-my-clippings-parser
v0.2.0-beta
Include all tags using "*" Using "v.*" probably accepts only tags which start with the fixed string "v.", which will never happen. This is not regular expression but Glob according to the documentation. The =branches=, =branches-ignore=, =tags=, and =tags-ignore= keywords accept glob patterns that use characters like =*=, =**=, =+=, =?=, =!= and others to match more than one branch or tag name. If a name contains any of these characters and you want a literal match, you need to /escape/ each of these special characters with =\= . For more information about glob patterns, see the "[[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet][Workflow syntax for GitHub Actions]]." -- [[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore][Workflow syntax for GitHub Actions - GitHub Docs]] (/Retrieved:/ [2024-07-12 Fri 14:50])
v0.2.0
Include all tags using "*" Using "v.*" probably accepts only tags which start with the fixed string "v.", which will never happen. This is not regular expression but Glob according to the documentation. The =branches=, =branches-ignore=, =tags=, and =tags-ignore= keywords accept glob patterns that use characters like =*=, =**=, =+=, =?=, =!= and others to match more than one branch or tag name. If a name contains any of these characters and you want a literal match, you need to /escape/ each of these special characters with =\= . For more information about glob patterns, see the "[[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet][Workflow syntax for GitHub Actions]]." -- [[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore][Workflow syntax for GitHub Actions - GitHub Docs]] (/Retrieved:/ [2024-07-12 Fri 14:50])
v0.1.0
Build binaries only for tags This is to reduce the usage of GitHub Actions. I did not look into the pricing of GitHub Actions. If it is based on the amount of build time that is consumed, then I want to consume less by building only tags.
v0.0.3-alpha
Wrap everything into a tar and gzip it to reduced transferred bytes Also, the permission bits of the executable file and the text file are retained if we do this.
v0.0.2-alpha
Don't execute. Echo the name instead.