2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-23 21:27:10 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.4.2
v0.4.2
Bug Fixes
-Install the Rust toolchain explicitly for crates.io releases
v0.4.1
Bug Fixes
- Add support for special characters in scopes (#26) (10771f4)
Documentation
- Add GitLab CI/CD section to README.md (#24) (90a87c5)
- Update GitLab CI/CD section (2925340)
Miscellaneous Tasks
- Run CI workflows periodically (627d4ef)
- Remove unnecessary Cargo.lock entry from .gitignore (481713c)
- Upgrade dependencies (6080ebb)
- Migrate to Rust 2021 edition (0000000)
- Bump the Rust version in Dockerfile (fc33efd)
Refactor
- Use a better error message for invalid repo path (f447cc2)
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-10-02 23:41:31 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.4.0
Bug Fixes
-Update lychee arguments to skip checking files
-Remove tags from the base image names
-Remove only the leading "v" from tags (#18)
Documentation
-Add scope-sorted example (#16)
-Add raw/rendered output for scoped-sorted example
-Add packaging status badge to installation section
-Mention the signing key for binary releases (#17)
-Add "build from source" section to README.md
Features
-Add --sort argument for sorting commits (#15)
Miscellaneous Tasks
-Set a version for the checkout action
-Update the runner to ubuntu-20.04
-Use cache for docker builds
-Use docker meta for tagging for GHCR
-Extend the tags for docker meta
-Rename the GHCR package due to legacy reasons
-Specify the latest tag explicitly
-Use explicit image name for docker automated builds
-Use docker.yml workflow for CI/CD
-Upgrade dependencies
Styling
-Fix the newline issues in scoped-sorted example
|
2021-09-11 23:11:32 by pin | Files touched by this commit (3) |
Log message:
devel/git-cliff
[0.3.0] - 2021-09-10
Bug Fixes:
-Fix default regexes and references in docs (#7)
Documentation:
-Update installation instructions for Arch Linux
-Add badge for joining the Matrix chat
-Update example regexes
-Update the default regex in scoped config example
Features:
-Support parsing the missing scopes with default_scope (#8)
-Support generating a changelog scoped to a directory (#11)
Miscellaneous Tasks:
-Upgrade dependencies
|
2021-08-14 22:59:20 by pin | Files touched by this commit (3) | |
Log message:
devel/git-cliff: update to 0.1.2
[0.1.2] - 2021-08-14
Bug Fixes:
-Use the correct name of completions binary
Documentation:
-Update the example completion command
[0.1.1] - 2021-08-14
Bug Fixes:
-Set the previous release when using --latest (#3)
Miscellaneous Tasks:
-Rename the shell completions binary
-Upgrade dependencies
Performance:
-Process only the last 'previous' release
-Optimize the release vector size
|
2021-08-13 06:34:04 by pin | Files touched by this commit (5) |
Log message:
devel/git-cliff: import package
git-cliff generates changelog files from the Git history by utilizing
conventional commits as well as regex-powered custom parsers.
The changelog template can be customized with a configuration file to match
the desired format.
|