Commit Graph

10 Commits

Author SHA1 Message Date
Diogo Castro
e6454171cc
[Chore] Update release checklist 2022-09-28 10:58:59 +01:00
Diogo Castro
4eadd0198a
[Chore] Update release instructions
Problem: Turns out the release instructions are not entirely accurate.

In order for `xrefcheck-action` to work, the release page must have the
linux binary and the windows zip file attached.

Turns out the recommended way to do this is to edit the "auto-release"
page created by the "Create a pre-release" CI step, see the instructions
here:
https://raw.githubusercontent.com/serokell/scratch/release-binary/scripts/release-binary.sh

Solution: edit the release checklist to include these instructions.
2022-09-24 18:18:04 +01:00
Diogo Castro
0871e29907
v0.2.1 release 2022-09-24 08:30:53 +01:00
Diogo Castro
bc9d77f17a
[Chore] Add release checklist to PR template 2022-09-21 11:23:41 +01:00
Diogo Castro
8d2f7c0ed4
[Chore] Fix broken links in PR template 2022-09-21 11:23:33 +01:00
Diogo Castro
7a93f09fcb
[Chore] Add missing placeholder to PR template 2022-07-23 18:58:50 +01:00
Constantine Ter-Matevosian
b9e7ffb99d
[#75] Fix the root with an appended slash support
Problem: The results of the repository analysis will always contain
invalid references if the root contains a trailing forward slash.

Solution: Strip the root's trailing slash (if present) when having it be
given as an argument of the System.FilePath.Posix.takeDirectory
function.
2021-10-26 15:16:47 +03:00
Ivan Gromakovskii
ec9f8bae5e
Add a changelog, require its maintenance
Problem: we are going to release this tool and from that point
it would be nice to maintain its changelog.

Solution: add a simple CHANGES.md and update PR template.
2020-01-14 20:24:01 +03:00
Ivan Gromakovskii
f185587b49
Remove meta-comments from PR template
Problem: some comments in PR template only matter when this template
is added to the repo, after that they are useless.

Solution: remove those comments.
2019-09-26 22:17:23 +03:00
martoon
ad1ccccad7
Add README and other required meta files 2019-03-14 20:29:36 +03:00