Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
569fb632e5 | ||
|
|
7839c64561 | ||
|
|
655d05dabb | ||
|
|
7958b89abc | ||
|
|
6aa4c3d741 | ||
|
|
97853a42c1 | ||
|
|
fdae8056b1 | ||
|
|
24aa60cb48 | ||
|
|
d8eadb8187 | ||
|
|
2b2e96c02d |
@@ -3,7 +3,6 @@ name: Release Tagging
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- devel
|
||||
|
||||
jobs:
|
||||
@@ -50,6 +49,3 @@ jobs:
|
||||
release_name: Release ${{ steps.version.outputs.project_tag_release }}
|
||||
body: |
|
||||
Release of version ${{ steps.version.outputs.project_tag_release }}
|
||||
# draft: false
|
||||
# prerelease: ${{ startsWith(github.ref, 'v') == false }} # prerelease if not a valid release tag
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
A library containing commonly used models and functions that is used throughout
|
||||
icarus projects. This reduces the amount of duplicated code without a benefit.
|
||||
|
||||
@@ -7,6 +7,7 @@ pub struct CoverArt {
|
||||
pub id: uuid::Uuid,
|
||||
pub title: String,
|
||||
pub path: String,
|
||||
#[serde(skip)]
|
||||
pub data: Vec<u8>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user