Skip to content

Commit

Permalink
bump: Bump to v0.2.11
Browse files Browse the repository at this point in the history
It fixes double slashes.
  • Loading branch information
limakzi committed Aug 29, 2024
1 parent 2234a38 commit e627d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: gap-actions/build-pkg-docs@v1
with:
use-latex: 'true'

- name: github -- run clean up for tarball
run: |
echo "::group:: cleanup version control metadata"
Expand All @@ -47,14 +47,14 @@ jobs:
echo "::group:: cleanup macos metadata"
find . -name .DS_Store -exec rm -f {} +
echo "::group:: remove tex aux files"
find doc \( -name '*.aux' -o -name '*.bbl' -o -name '*.blg' -o -name '*.brf' -o -name '*.idx' -o -name '*.ilg' -o -name '*.ind' -o -name '*.log' -o -name '*.out' -o -name '*.pnr' -o -name '*.toc' -o -name '*.tst' \) -exec rm -f {} +
- name: pkg -- build an archive
run: |
touch ${{ env.archive-file }}
tar -czf ${{ env.archive-file }} --exclude=${{ env.archive-file }} --transform 's,^\.,${{ env.revision }}/,' .
tar -czf ${{ env.archive-file }} --exclude=${{ env.archive-file }} --transform 's,^\.,${{ env.revision }},' .
- name: github -- upload artifacts
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Subtitle := "A library of antiassociative magmas of small order",
## See '?Extending: Version Numbers' in GAP help for an explanation
## of valid version numbers. For an automatic package distribution update
## you must provide a new version number even after small changes.
Version := "0.2.10",
Version := "0.2.11",

## Release date of the current version in dd/mm/yyyy format.
Date := "28/08/2024",
Expand Down

0 comments on commit e627d10

Please sign in to comment.