-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dev/moul/manfred-personal
- Loading branch information
Showing
123 changed files
with
4,003 additions
and
688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Monthly Snapshots | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 1 * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Generate tag name | ||
id: tag_name | ||
run: echo "::set-output name=tag_name::v0.0.1-dev.$(date +'%Y.%m.%d')" | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
generate_release_notes: true | ||
prerelease: true | ||
tag_name: '${{ steps.tag_name.outputs.tag_name }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# man 5 gitmailmap | ||
# git log --mailmap --pretty=short | grep ^Author: | sort -u | ||
Jae Kwon <[email protected]> Jae Kwon <[email protected]> | ||
Jae Kwon <[email protected]> Jae Kwon <[email protected]> | ||
Jae Kwon <[email protected]> jaekwon <[email protected]> | ||
Jae Kwon <[email protected]> Naut Jae <[email protected]> | ||
Thomas Bruyelle <[email protected]> Thomas Bruyelle <[email protected]> | ||
Thomas Bruyelle <[email protected]> Thomas Bruyelle <[email protected]> | ||
Miloš Živković <[email protected]> Miloš Živković <[email protected]> | ||
Hariom Verma <[email protected]> Hariom Verma <[email protected]> | ||
Giancarlos Salas <[email protected]> Giancarlos Salas <[email protected]> | ||
Morgan <[email protected]> Morgan <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.