Skip to content

Commit 383e3ba

Browse files
committed
Add github workflows
1 parent 5b61781 commit 383e3ba

6 files changed

Lines changed: 51 additions & 11 deletions

File tree

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: github-actions
5+
directory: /
6+
schedule:
7+
interval: monthly
8+
9+
- package-ecosystem: pip
10+
directory: /
11+
schedule:
12+
interval: monthly

.github/release.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- dependabot
7+
categories:
8+
- title: Breaking Changes 🛠
9+
labels:
10+
- semver-major
11+
- breaking-change
12+
- title: New Features 🎉
13+
labels:
14+
- semver-minor
15+
- enhancement
16+
- title: Other Changes
17+
labels:
18+
- '*'

.github/workflows/build.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build
2+
on:
3+
pull_request:
4+
push:
5+
branches: [main]
6+
tags: [v*]
7+
jobs:
8+
build:
9+
runs-on: [ubuntu-latest]
10+
steps:
11+
- uses: AlchemyViewer/action-autobuild@v4
12+
with:
13+
platform: common
14+
- uses: AlchemyViewer/action-autobuild-release@v4
15+
if: startsWith(github.ref, 'refs/tags/v')

.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Alchemy Viewer Branding Resources
2+
3+
This repository contains icons and other resources for building Alchemy.

autobuild.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
<map>
44
<key>package_description</key>
55
<map>
6+
<key>canonical_repo</key>
7+
<string>https://github.com/AlchemyViewer/viewer-branding</string>
68
<key>copyright</key>
7-
<string>Copyright (c) 2023 Alchemy Development Group</string>
9+
<string>Copyright (c) 2024 Alchemy Development Group</string>
810
<key>description</key>
911
<string>Alchemy Branding Material</string>
1012
<key>license</key>

0 commit comments

Comments
 (0)