History log of /dokuwiki/.gitattributes (Results 1 – 7 of 7)
Revision Date Author Comments
# eacee56e 14-Nov-2023 Andreas Gohr <andi@splitbrain.org>

adjust export-ignore checking in deleted files action

This makes use of git check-attr to properly check the attributes. The
attributes have been extended to match subdirs and files.


# 290ea73d 23-Feb-2023 Andreas Gohr <andi@splitbrain.org>

Automate the release workflow using GitHub actions

This introduces a two-part release mechanism. A manually triggered
workflow asks for the important info like type of release (stable, rc)
and code

Automate the release workflow using GitHub actions

This introduces a two-part release mechanism. A manually triggered
workflow asks for the important info like type of release (stable, rc)
and code name. It then creates a cleanly mergable pull request.

When that pull request is merged, a release is automatically tagged,
built and uploaded.

Another workflow is introduced to keep track of the deleted.files info.
This is one less chore to do on a release.

A new scheme for tags is also introduced, making all tags sortable,
regardless of their type. They follow the pattern

release-YYYY-MM-DD(<hotfixletter>|rc)

A script will be used to clean-up the existing tags.

show more ...


# cd0c69d4 02-Jun-2020 Andreas Gohr <andi@splitbrain.org>

ignore the .github directory for exports


# 96713c27 27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

do not export the appveyor config


# 853f1557 15-May-2015 Andreas Gohr <andi@splitbrain.org>

some more ignores


# ae37c1a1 19-May-2014 Guy Brand <gb@unistra.fr>

Use git attributes to exclude some files from exported archives


# ccfec560 07-Dec-2013 Anika Henke <anika@selfthinker.org>

crlf 2 lf whitespace fixes