Skip to content

Commit 9414e8d

Browse files
authored
Merge pull request #105 from rust-math/github-release
Switch to GitHub Release
2 parents 6e2eb21 + 15c2ffc commit 9414e8d

File tree

4 files changed

+24
-121
lines changed

4 files changed

+24
-121
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Keep-a-Changelog style release note
2+
changelog:
3+
categories:
4+
- title: Bug fixes
5+
labels:
6+
- bug
7+
- title: New features
8+
labels:
9+
- add
10+
- title: Changed
11+
labels:
12+
- change
13+
- title: Deprecated
14+
labels:
15+
- deprecate
16+
- title: Removed
17+
labels:
18+
- remove
19+
- title: Security
20+
labels:
21+
- security
22+
- title: Others
23+
labels:
24+
- "*"

.github/workflows/keep-a-changelog.yml

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

CHANGELOG.md

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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# intel-mkl-src
22

3-
[![changelog](https://img.shields.io/badge/CHANGELOG-Unreleased-informational)](./CHANGELOG.md)
4-
53
|crate | crate.io | docs.rs | master | description |
64
|:-------------|:-------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------|
75
|intel-mkl-src | [![crate](https://img.shields.io/crates/v/intel-mkl-src.svg)](https://crates.io/crates/intel-mkl-src) | [![docs.rs](https://docs.rs/intel-mkl-src/badge.svg)](https://docs.rs/intel-mkl-src) | [![crate](https://img.shields.io/badge/master-intel--mkl--src-blue)](https://rust-math.github.io/intel-mkl-src/intel_mkl_src/index.html) | Source crate for Intel-MKL |

0 commit comments

Comments
 (0)