Skip to content

Commit

Permalink
Use GFM styled alerts in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jun 20, 2024
1 parent 7b1800c commit 05d500e
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: Autofix
jobs:

autofix:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/autolock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name: Autolock
jobs:

autolock:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ name: Changelog & versions
jobs:

changelog:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: Docs
jobs:

docs:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/label-sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: Label sponsors
jobs:

label-sponsors:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/labeller-content-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ name: Labeller (content-based)
jobs:

labeller:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/labeller-file-based.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ name: Labeller (file-based)
jobs:

labeller:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ name: Labels
jobs:

labels:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ name: Lint
jobs:

lint:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Build & release
jobs:

release:
uses: kdeldycke/workflows/.github/workflows/[email protected].9
uses: kdeldycke/workflows/.github/workflows/[email protected].10
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

Expand Down
25 changes: 11 additions & 14 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

## [7.4.0 (unreleased)](https://github.com/kdeldycke/mail-deduplicate/compare/v7.3.0...main)

```{important}
This version is not released yet and is under active development.
```
> \[!IMPORTANT\]
> This version is not released yet and is under active development.
- Slim down package by moving unit tests out of the main package.
- Split `dev` dependency groups into optional `test`, `typing` and `docs` groups.
Expand Down Expand Up @@ -202,13 +201,12 @@ This version is not released yet and is under active development.

## [3.0.0 (2020-09-03)](https://github.com/kdeldycke/mail-deduplicate/compare/v2.2.0...v3.0.0)

```{danger}
As of `v3.0.0`, the project has been renamed to *Mail Deduplicate* and is
now available on:
- Github at https://github.com/kdeldycke/mail-deduplicate
- PyPi at https://pypi.org/project/mail-deduplicate
```
> \[!CAUTION\]
> As of `v3.0.0`, the project has been renamed to *Mail Deduplicate* and is
> now available on:
>
> - Github at https://github.com/kdeldycke/mail-deduplicate
> - PyPi at https://pypi.org/project/mail-deduplicate
- Rename project from `maildir-deduplicate` to `mail-deduplicate`.
- Rename `master` branch to `main`.
Expand All @@ -219,10 +217,9 @@ now available on:

## [2.2.0 (2020-09-03)](https://github.com/kdeldycke/mail-deduplicate/compare/v2.1.0...v2.2.0)

```{warning}
This is the last version of the project known under the name *Maildir Deduplicate*
(a.k.a. `maildir-deduplicate`).
```
> \[!WARNING\]
> This is the last version of the project known under the name *Maildir Deduplicate*
> (a.k.a. `maildir-deduplicate`).
- Add disclaimer to prepare project name change.
- Fix Header being object instead of string (#61).
Expand Down

0 comments on commit 05d500e

Please sign in to comment.