Skip to content

Commit

Permalink
Merge pull request #111 from cytopia/release-0.40a
Browse files Browse the repository at this point in the history
Add multi-arch support (arm64)
  • Loading branch information
cytopia authored Nov 12, 2022
2 parents 7dad75b + 612245d commit e1e8b5f
Show file tree
Hide file tree
Showing 38 changed files with 3,411 additions and 2,451 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
---
github: [cytopia]
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
39 changes: 39 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# The labels in this file are automatically synced with the repository
# using the micnncim/action-label-syncer action.
---
- name: C-dependency
color: 1abc9c
description: "Category: Dependency"
- name: PR-block
color: 3498db
description: "Pull Request: Do not merge"
- name: PR-merge
color: 3498db
description: "Pull Request: Merge when ready"
- name: bug
color: d73a4a
description: "Something isn't working"
- name: documentation
color: 0075ca
description: "Improvements or additions to documentation"
- name: duplicate
color: cfd3d7
description: "This issue or pull request already exists"
- name: enhancement
color: a2eeef
description: "New feature or request"
- name: "good first issue"
color: 7057ff
description: "Good for newcomers"
- name: "help wanted"
color: 008672
description: "Extra attention is needed"
- name: invalid
color: e4e669
description: "This doesn't seem right"
- name: question
color: d876e3
description: "Further information is requested"
- name: wontfix
color: ffffff
description: "This will not be worked on"
33 changes: 33 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name-template: '$RESOLVED_VERSION 🌈'
tag-template: '$RESOLVED_VERSION'
version-template: '$MAJOR.$MINOR'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: minor
template: |
## Changes
$CHANGES
Loading

0 comments on commit e1e8b5f

Please sign in to comment.