File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 mv ../*.tar.* artifacts/
5454 - name : Extract ChangeLog entry ...
5555 run : |
56- awk '/-----*/{if (x == 1) exit; x=1;next}x' ChangeLog.md \
56+ awk '/-----*/{if (x == 1) exit; x=1;next}x' doc/ ChangeLog.md \
5757 |head -n -1 > release.md
5858 cat release.md
5959 - uses : ncipollo/release-action@v1
Original file line number Diff line number Diff line change 11ACLOCAL_AMFLAGS = -I m4
22SUBDIRS = man plugins src system tmpfiles.d
3- doc_DATA = README.md LICENSE contrib/finit.conf
4- EXTRA_DIST = README.md LICENSE ChangeLog.md contrib/finit.conf
3+ dist_doc_DATA = README.md LICENSE contrib/finit.conf
54
65if CONTRIB
76SUBDIRS += contrib
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11SUBDIRS = config
2+ EXTRA_DIST = AUTHORS ChangeLog.md
3+
24docsdir := @docdir@/doc
35dist_docs_DATA = build.md cmdline.md commands.md conditions.md \
46 distro.md example.md features.md index.md initctl.md \
You can’t perform that action at this time.
0 commit comments