diff --git a/.github/workflows/flit-release.yml b/.github/workflows/flit-release.yml index 832049c..1d0ee51 100644 --- a/.github/workflows/flit-release.yml +++ b/.github/workflows/flit-release.yml @@ -16,6 +16,7 @@ jobs: with: submodules: true fetch-depth: 0 + token: ${{ secrets.ADMIN_WRITE_PAT }} - name: Set up Python uses: actions/setup-python@v4 with: @@ -25,7 +26,7 @@ jobs: pip install flit>=3.9.0 - name: Build and publish run: | - flit publish + flit publish --debug env: FLIT_USERNAME: __token__ FLIT_PASSWORD: ${{ secrets.PYPI_KEY }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ab9c2..2d0450e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # CHANGELOG + ## v2.0.2 (2023-11-07) @@ -12,24 +13,24 @@ Signed-off-by: Chris Butler <chris.butler@redhat.com> ([`99e20aa`](https:/ * chore(cicd): Automate tagging process (#24) -* chore(cicd): Automate tagging process - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - -* chore(lint): formating - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - -* chore(cicd): Correct workflow so that tag publishingonly happens on a branch push - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - -* chore(cicd): workflow formatting - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - ---------- - +* chore(cicd): Automate tagging process + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +* chore(lint): formating + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +* chore(cicd): Correct workflow so that tag publishingonly happens on a branch push + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +* chore(cicd): workflow formatting + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +--------- + Signed-off-by: Chris Butler <chris.butler@redhat.com> ([`d78a609`](https://github.com/butler54/mdformat-frontmatter/commit/d78a609563541a6c682af226e7951c76759a2db0)) ### Fix @@ -44,24 +45,24 @@ Signed-off-by: Chris Butler <chris.butler@redhat.com> ([`bacddb9`](https:/ * fix: Cleanup build process with latest tooling versions -* fix: Update build to reflect currently available versions of python - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - -* chore(deps): Update pre-commit config - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - -* fix: Update CICD OS testing to latest - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - -* fix: Correct for available python version - -Signed-off-by: Chris Butler <chris.butler@redhat.com> - ---------- - +* fix: Update build to reflect currently available versions of python + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +* chore(deps): Update pre-commit config + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +* fix: Update CICD OS testing to latest + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +* fix: Correct for available python version + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +--------- + Signed-off-by: Chris Butler <chris.butler@redhat.com> ([`ab8dea3`](https://github.com/butler54/mdformat-frontmatter/commit/ab8dea336b1069cc603ce65bcfc6d87ce8ee473f)) @@ -79,14 +80,14 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`1dc2186`](https://git * fix: Clean pipelines to ensure no extra releases (#19) -* fix: Clean pipelines to ensure no extra releases - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Clean pipelines to ensure no extra releases - -Signed-off-by: Chris Butler <chris@thebutlers.me> - +* fix: Clean pipelines to ensure no extra releases + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Clean pipelines to ensure no extra releases + +Signed-off-by: Chris Butler <chris@thebutlers.me> + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`106a22f`](https://github.com/butler54/mdformat-frontmatter/commit/106a22f52ef6919ae2e8c5029e5c7e40f529c19d)) @@ -111,32 +112,32 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`99dc805`](https://git * fix: Correct branch targeting for semrelease (#18) -Signed-off-by: Chris Butler <chris@thebutlers.me> - +Signed-off-by: Chris Butler <chris@thebutlers.me> + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`efde524`](https://github.com/butler54/mdformat-frontmatter/commit/efde524e3d8b7f149afd10b6334aadbca749c460)) * fix: update pipelines to reflect version changes in github actions (#16) -* fix: update pipelines to reflect version changes in github actions - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: more version corrections - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Correct flake8 to github location - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: broad sweep of version updates - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: broad sweep of version updates - -Signed-off-by: Chris Butler <chris@thebutlers.me> - +* fix: update pipelines to reflect version changes in github actions + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: more version corrections + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Correct flake8 to github location + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: broad sweep of version updates + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: broad sweep of version updates + +Signed-off-by: Chris Butler <chris@thebutlers.me> + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`b0e1bc0`](https://github.com/butler54/mdformat-frontmatter/commit/b0e1bc028239ab5ba0481cedc8e65561d7198284)) * fix: Implement dependabot support (#15) ([`6e858ad`](https://github.com/butler54/mdformat-frontmatter/commit/6e858ad77c3f115b049510e59c6f28a07e47bfed)) @@ -145,30 +146,30 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`b0e1bc0`](https://git * automate releases (#17) -* fix: Automate releases with python-semantic-release - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* chore: Stage changelog - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* chore: Add missing files - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* chore: Add missing files - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Typo in build pipeline - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: remove dead code - -Signed-off-by: Chris Butler <chris@thebutlers.me> - +* fix: Automate releases with python-semantic-release + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* chore: Stage changelog + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* chore: Add missing files + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* chore: Add missing files + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Typo in build pipeline + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: remove dead code + +Signed-off-by: Chris Butler <chris@thebutlers.me> + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`cfd5a20`](https://github.com/butler54/mdformat-frontmatter/commit/cfd5a20b119a78a4d06aad5e9d0f22da3e3b15b3)) @@ -180,14 +181,14 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`cfd5a20`](https://git * Fix CommonMark compliancy (#13) -* Fix CommonMark compliancy - -* Only catch YAML errors. Wrap fewer lines in try-block - -* FIX: Add missing newline if YAML parse fails - -* Reuse YAML instance - +* Fix CommonMark compliancy + +* Only catch YAML errors. Wrap fewer lines in try-block + +* FIX: Add missing newline if YAML parse fails + +* Reuse YAML instance + Co-authored-by: Taneli Hukkinen <hukkinj1@users.noreply.github.com> ([`a8efd2e`](https://github.com/butler54/mdformat-frontmatter/commit/a8efd2e97480951171bde20c4ebc1fee22d57bd3)) @@ -244,16 +245,16 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`bfee00d`](https://git * Feat/soft error (#9) -* fix:Corrected version tagging - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* feat: Softened errors associated with poorly formed yaml - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Update version tag - +* fix:Corrected version tagging + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* feat: Softened errors associated with poorly formed yaml + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Update version tag + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`2ed18ba`](https://github.com/butler54/mdformat-frontmatter/commit/2ed18ba3f43bfca717c738bfcb603b4af9f86d25)) @@ -263,20 +264,20 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`2ed18ba`](https://git * fix: Extra UT's and some documentation cleanup. (#8) -* fix:Corrected version tagging - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Updated unit tests to cover a few scenarios. - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Updated unit tests to cover a few scenarios. - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Ensure free line after header in precommit test file. - +* fix:Corrected version tagging + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Updated unit tests to cover a few scenarios. + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Updated unit tests to cover a few scenarios. + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Ensure free line after header in precommit test file. + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`5f262ac`](https://github.com/butler54/mdformat-frontmatter/commit/5f262ac335aa1494cfba512b83f90abd60092fda)) @@ -295,24 +296,24 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`6409b13`](https://git * feat:Baseline working implementation of mdformat-frontmatter (#5) -* fix:Remove pre-commit check to allow bootstrapping - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix:Remove pre-commit check to allow bootstrapping - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix:Remove pre-commit check to allow bootstrapping - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* feat: Basic implementation working - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Pre-commit is no longer allowed to fail - +* fix:Remove pre-commit check to allow bootstrapping + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix:Remove pre-commit check to allow bootstrapping + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix:Remove pre-commit check to allow bootstrapping + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* feat: Basic implementation working + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Pre-commit is no longer allowed to fail + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`d3c4d53`](https://github.com/butler54/mdformat-frontmatter/commit/d3c4d53abc2816285ba007e02bf4dae5a0c22825)) @@ -322,48 +323,48 @@ Signed-off-by: Chris Butler <chris@thebutlers.me> ([`d3c4d53`](https://git * fix: Correct issues associated with bootstrapping pre-commit tests (#4) -* fix:Remove pre-commit check to allow bootstrapping - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix:Remove pre-commit check to allow bootstrapping - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix:Remove pre-commit check to allow bootstrapping - +* fix:Remove pre-commit check to allow bootstrapping + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix:Remove pre-commit check to allow bootstrapping + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix:Remove pre-commit check to allow bootstrapping + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`abb6cc3`](https://github.com/butler54/mdformat-frontmatter/commit/abb6cc39c0e9b071f3cdb4848768b62e4884a632)) * fix: Corrected UT behaviour. (#3) -* Basic setup - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* Correct package configuration - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix:package config - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix: Correct UT behavior. - +* Basic setup + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* Correct package configuration + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix:package config + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix: Correct UT behavior. + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`ec97008`](https://github.com/butler54/mdformat-frontmatter/commit/ec97008843a3e0ce89e02829922009be99af2f60)) * fix: Corrected package config. (#2) -* Basic setup - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* Correct package configuration - -Signed-off-by: Chris Butler <chris@thebutlers.me> - -* fix:package config - +* Basic setup + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* Correct package configuration + +Signed-off-by: Chris Butler <chris@thebutlers.me> + +* fix:package config + Signed-off-by: Chris Butler <chris@thebutlers.me> ([`6249934`](https://github.com/butler54/mdformat-frontmatter/commit/6249934e14101bc2e05720c98418ae8e220fd5ad)) * fix: Basic setup (#1)