mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-02 07:20:00 +00:00
f817f96596
Bumps [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
596 B
YAML
27 lines
596 B
YAML
builds:
|
|
- skip: true
|
|
|
|
changelog:
|
|
use: github
|
|
groups:
|
|
- title: Features
|
|
regexp: "^.*feat[(\\w)]*:+.*$"
|
|
order: 0
|
|
- title: "Bug fixes"
|
|
regexp: "^.*fix[(\\w)]*:+.*$"
|
|
order: 1
|
|
- title: "Enhancements"
|
|
regexp: "^.*chore[(\\w)]*:+.*$"
|
|
order: 2
|
|
- title: "Refactor"
|
|
regexp: "^.*refactor[(\\w)]*:+.*$"
|
|
order: 3
|
|
- title: "Build process updates"
|
|
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
|
|
order: 4
|
|
- title: "Documentation updates"
|
|
regexp: ^.*?docs?(\(.+\))??!?:.+$
|
|
order: 4
|
|
- title: Others
|
|
order: 999
|