Skip to content

Tags: jlucktay/stack

Tags

v0.11.3

Toggle v0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci(release): extend workflow (#153)

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: use central version package (#148)

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Dependabot auto-merge workflow. (#142)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(git): transition from external command to library (#104)

* refactor(git): switch CurrentBranch over from calling 'git' command to using 'go-git' package
* build(makefile): add 'go fmt -s'
* refactor(git): transition two more funcs from external command to library
* refactor(misc): goimports and notes
* refactor(config): don't panic if there are no config files present
* fix(git): return empty string branch name if no repo found

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update versioning (#97)

* docs(makefile): such inspire, so wow

* build(binary versioning): use runtime package to get Go version and remove GOVERSION from env

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(misc): fix some small lint issues (#95)

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix completion command config load (#93)

* docs(goreleaser): remove redundant note about Bash completions
* fix(config): don't continue (attempting to) load config if we're not running as a proper user
* refactor(config): send errors to stderr instead of stdout

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add shell completion command (#92)

* feat(cmd/completion): start adding 'completion' command to generate shell completion
* feat(cmd/completion): finish fleshing out shell completion subcommand
* docs(cmd/completion): indent long description for readability
* ci(goreleaser): wire up Bash completion in Homebrew formula
* refactor(cmd/completion): rewire error handling

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/Azure/go-autorest/autorest from 0.10.0 to 0.11.2 (#85)

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for goreleaser Go version env var (#90)