aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/dist.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add diacritic and spaces to mk{s,d}temp paths to enforce that everything ↵EuAndreh2022-01-201-1/+1
| | | | works with it
* aux/workflow/dist.sh: Enforce $VERSION and $DATE from Makefil stay in syncEuAndreh2022-01-161-0/+12
|
* Release v0.3.0v0.3.0EuAndreh2022-01-161-1/+2
|
* aux/workflow/dist.sh: Use -c flag from sort for simpler if expressionEuAndreh2021-08-281-2/+1
|
* aux/workflow/dist.sh: Run "make clean public dev-check" instead of just two ↵EuAndreh2021-08-281-3/+2
| | | | assert files before tagging and publishing
* aux/workflow/dist.sh: Enforce ascending order of tag numbersEuAndreh2021-08-281-1/+7
|
* aux/workflow/dist.sh: Add prompt to automatically run publishing commandsEuAndreh2021-08-281-1/+10
|
* aux/workflow/dist.sh: Prevent release being made outside the "main" branchEuAndreh2021-08-281-0/+6
|
* Revert back to .tar.gzEuAndreh2021-08-141-1/+1
| | | | git grep -l tar.xz | xargs -I% sh -c 'sed "s/tar\.xz/tar.gz/g" % | sponge %'
* Use tar.xz over tar.gzEuAndreh2021-07-231-1/+1
| | | | git grep -lF tar.gz | xargs sed -i 's/tar\.gz/tar.xz/g'
* aux/workflow/*: Don't inherit global PROJECT_UCEuAndreh2021-06-261-0/+1
|
* aux/workflow/sign-tarballs.sh: Use getopts for argumentsEuAndreh2021-06-261-1/+1
|
* aux/workflow/dist.sh: Use getopts for argumentsEuAndreh2021-06-261-7/+41
|
* Release v0.2.1v0.2.1EuAndreh2021-06-251-0/+10
|
* Update aux/workflow/assert-changelog.shEuAndreh2021-06-171-3/+4
|
* aux/: UpdateEuAndreh2021-06-141-1/+8
|
* aux/: Update filesEuAndreh2021-06-111-8/+7
|
* Add base skeleton project filesEuAndreh2021-03-211-0/+28