You need to remember make dist
to actually upload it to the zef ecosystem
#52
Labels
make dist
to actually upload it to the zef ecosystem
#52
And that's prone to failure, causing some distros to have unneeded files, due to the
fez
policy of using everything in the directory that has not been.gitignore
d (as reported here. This, due to the fact that you also have togit tag
manually as a best practice, makes me propose a git hook that makes the uploading, correctly callingmake dist
, when you tag. It would have to be installed manually in.git/hooks
, but just once. Would that be OK?The text was updated successfully, but these errors were encountered: