From 2f65b1c283cb8d308a105e4e49032d2ef9358445 Mon Sep 17 00:00:00 2001 From: Darp Alakun Date: Mon, 6 Jan 2025 13:12:38 -0500 Subject: [PATCH] refactor: simplify release process and remove unnecessary tasks --- CHANGELOG.md | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744720baf..64335df9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,3 @@ -## Unreleased - -### Feat - -- integrate Trunk CI checks -- simplify devnet and testnet configurations -- add docs and CI workflow for publishing to onsonr.dev -- automate release process using Taskfile and GitHub Actions -- add Reddit release notification - -### Fix - -- pass working directory to goreleaser task -- correct release name template syntax - -### Refactor - -- improve code structure and readability in DID module -- Move devnet configuration to networks/devnet -- move logger interface to appropriate package -- Move network configurations to deploy directory -- update import path for didcrypto package -- remove devcontainer configuration -- simplify release workflow and remove unnecessary Taskfile includes -- improve release process using goreleaser and taskfile -- simplify release workflow using a single task -- improve release naming and environment variable handling -- improve goreleaser archive and nfpms configuration - ## v0.6.1 (2024-12-30) ### Feat