You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for DIR in *
do
if [ -d $DIR ]
then
if [ -e $DIR/.git ]
then
pushd $DIR
git checkout master
git pull
git tag -l --format="%(tag) %(taggerdate)
* %(contents:subject)" --sort="-taggerdate" >Changes
git add Changes
git commit -m "Add changes"
git push
popd
fi
fi
done
The http://modules.perl6.org/todo/ page should indicate when a dist is missing
Changesfile.The text was updated successfully, but these errors were encountered: