We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad57c54 commit fea220bCopy full SHA for fea220b
.github/workflows/release.yml
@@ -25,6 +25,9 @@ jobs:
25
- uses: gap-actions/build-pkg-docs@v1
26
with:
27
use-latex: true
28
+ - name: Run .release script
29
+ run: |
30
+ ./.release
31
- uses: gap-actions/release-pkg@v1
32
33
dry-run: ${{ inputs.dry-run }}
.release
@@ -32,7 +32,7 @@ notice_it "Running Digraphs package .release script"
notice_it "Deleting additional unnecessary files"
34
35
-rm -f .covignore .gaplint.yml .mailmap Dockerfile
+rm -f .covignore .gaplint.yml .mailmap Dockerfile .codespellrc
36
rm -rf ci etc scripts
37
38
# TODO: in the newest commits of ReleaseTools, the manual is now built by the
0 commit comments