Feature/auto releases (#1250)

* refactor: rename project from onsonr/sonr to sonr-io/snrd (#1249)

* refactor: rename project from onsonr/sonr to sonr-io/snrd

* refactor: update package paths to use sonr-io org

---------

Co-authored-by: Prad N <prad@didao.xyz>

* feat: introduce devbox for consistent development environment

* feat: integrate Doppler for secrets management

* feat: streamline release process with Devbox

* <no value>

* bump: version 0.6.3 → 0.6.4

* feat: enable commit-less version bumping

* bump: version 0.6.4 → 0.6.5

* feat: streamline release process and update project metadata

* feat: streamline build process and configuration

* feat: streamline build process by removing release target

* bump: version 0.6.5 → 0.6.6

* feat: upgrade to go 1.24 and align binary name

* bump: version 0.6.6 → 0.6.7

* feat: streamline release process and update project metadata

* bump: version 0.6.3 → 0.6.4

* feat: streamline development and release processes

* feat: streamline development and release processes

* refactor: streamline release process with Taskfile

* feat: enhance goreleaser output with title for better UX

* feat: consolidate release notes

* bump: version 0.6.3 → 0.6.4

* feat: streamline release process with improved automation

* feat: streamline development and release workflow

* bump: version 0.6.3 → 0.6.4

* feat: streamline release process with Taskfile and conventional commits

* bump: version 0.6.4 → 0.6.5

* feat: enhance Docker image publishing with piped credentials

* chore: remove outdated changelog entries

* bump: version 0.6.3 → 0.6.4

* feat: improve release process with interactive feedback

* feat: enhance release process with real-time version feedback

* bump: version 0.6.4 → 0.6.5

* feat: enhance release process with dynamic version display and streamlined automation

* bump: version 0.6.3 → 0.6.4

* refactor: streamline release process by removing redundant version display

* bump: version 0.6.4 → 0.6.5

* refactor: streamline release process and simplify dev environment

* bump: version 0.6.3 → 0.6.4

* ci: simplify PR checks by removing redundant release validation

* refactor: consolidate release workflows for improved maintainability

* ci: enhance release workflow for automated version publishing

---------

Co-authored-by: Prad N <prad@didao.xyz>
This commit is contained in:
Prad Nukala
2025-03-27 04:14:38 -04:00
committed by GitHub
co-authored by Prad N
parent ff3fd631f7
commit 836963163c
119 changed files with 1385 additions and 1193 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"cosmossdk.io/log"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/onsonr/sonr/x/did/types"
"github.com/sonr-io/snrd/x/did/types"
)
// func (k Keeper) ResolveController(ctx sdk.Context, did string) (controller.ControllerI, error) {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/onsonr/sonr/x/did/types"
"github.com/sonr-io/snrd/x/did/types"
)
func TestGenesis(t *testing.T) {
+2 -2
View File
@@ -12,8 +12,8 @@ import (
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
stakkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
apiv1 "github.com/onsonr/sonr/api/did/v1"
"github.com/onsonr/sonr/x/did/types"
apiv1 "github.com/sonr-io/snrd/api/did/v1"
"github.com/sonr-io/snrd/x/did/types"
)
// Keeper defines the middleware keeper.
+3 -3
View File
@@ -25,9 +25,9 @@ import (
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
module "github.com/onsonr/sonr/x/did"
"github.com/onsonr/sonr/x/did/keeper"
"github.com/onsonr/sonr/x/did/types"
module "github.com/sonr-io/snrd/x/did"
"github.com/sonr-io/snrd/x/did/keeper"
"github.com/sonr-io/snrd/x/did/types"
)
var maccPerms = map[string][]string{
+1 -1
View File
@@ -5,7 +5,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/onsonr/sonr/x/did/types"
"github.com/sonr-io/snrd/x/did/types"
)
var _ types.QueryServer = Querier{}
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"cosmossdk.io/errors"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
"github.com/onsonr/sonr/x/did/types"
"github.com/sonr-io/snrd/x/did/types"
)
type msgServer struct {