Skip to content

Releases: carhartl/git-commit-template

v0.2.1

11 Jun 06:24
a2d1b64
Compare
Choose a tag to compare

Changelog

  • a2d1b64 Update for v0.2.1
  • b2a8aa9 Open file only once
  • cf79dad Improve stashing away changes before releasing
  • 4523a17 Ensure clean git during release

v0.2.0

09 Jun 12:16
629b57a
Compare
Choose a tag to compare

Changelog

  • 629b57a Update for v0.2.0
  • fdc2c57 Mention usage with git alias
  • 53d7228 Add example for multiple co-authors to readme
  • ff766ca Implement multiple co-authored-by lines
  • 6253280 Fix description's grammar

v0.1.1

06 Jun 05:18
888eb68
Compare
Choose a tag to compare

Changelog

  • 888eb68 Update for v0.1.1
  • e3e8fd7 Switch to envconfig
  • 10c4b1f Bump aquasecurity/trivy-action from 0.10.0 to 0.11.0
  • cd9a226 Adapt description
  • dabb7a1 Fix small issues in readme
  • e41782f Add missing push to releasing

v0.1.0

05 Jun 10:37
38fa767
Compare
Choose a tag to compare

Changelog

  • f9b1fff Update for v0.1.0
  • 38fa767 Add 1Password cli back to release instructions
  • 89db884 Add files to be committed for release
  • 98cad1d Fix version string produced by release script
  • eb2d611 Add git tip to readme
  • ce4ecb4 Add missing test cleanup
  • 284f996 Fix co-author case-insensitive lookup
  • c005bde Fix looking up file in home directory
  • 45517cd Fix returning early when no pair given
  • e009c9f Add usage section to readme
  • 2c8d89c Rename issue flag for ergonomics
  • bfc6ba9 Implement fuzzy lookup for co-author
  • dc51a70 Fix default values for flag setup in tests
  • f76940b Allow configurable issue prefix via env var
  • 054f564 Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0
  • 63ef6f9 Add release automation script
  • 3f3d934 Set up version flag

v0.0.2

02 Jun 17:11
deb4727
Compare
Choose a tag to compare

Changelog

  • deb4727 Refactor check for git repo using before hook
  • 8c08b17 Handle case where cli is not being run in Git repo
  • 736b8fc Rename commands: set + unset
  • 9df38f8 Revert "Bump golangci-lint from 1.52.2 to 1.52.3"
  • 06dbde4 Implement more useful error handling w/ exit code
  • 1aae70e Bump golangci-lint from 1.52.2 to 1.52.3
  • 6a0fe30 Add installation + release instructions to readme
  • 70db5d7 Stick to manual releasing

v0.0.1

02 Jun 14:00
6becb50
Compare
Choose a tag to compare

Changelog

  • 7f6f8f6 Remove GitHub release altogether
  • 70af08d Revert "Remove GoReleaser Homebrew tap setup for now"
  • 8ce2c01 Try with uploading artifacts to release
  • 6becb50 Remove explicit build in CI again
  • 5df9e06 Add .env file to provide GitHub token w/ 1Password
  • ebdceef Add GoReleaser related config to git ignore
  • 3c15368 Remove GoReleaser Homebrew tap setup for now
  • eef9083 Remove nightly setup for GoReleaser
  • 94d8e1f Add goreleaser setup
  • f49fd24 Adjust template content
  • d5ae981 Pin golangci-lint in CI
  • d2cc471 Tweak build job
  • e80fbe9 Adapt for renamed project
  • 4e04bc2 Add a bit of description
  • 009a85f Add installation instructions
  • 16136ed Discard output in tests
  • d71e6f2 Implement clear command
  • 2310025 Remove overlooked, now nonsensical comment
  • 056bcad Implement setting up Git to use template
  • ba1dd0a Refactor away duplication for writing out template
  • 511a4bf Implement writing message template to disk
  • ddc3a6f Run tests as part of pipeline
  • e4c89e8 Remove superfluous newline
  • 90723ea Add pair flag for specifying co-author
  • 725d29b Add issue-ref flag
  • 27d736e Add missing usage output for help
  • 8fd1b24 Implement basic template output dry run
  • 5089865 Add missing cli name
  • b617166 Introduce internal commands
  • 2ac1a60 Switch to urfave/cli
  • ae1499a Add CI status badge
  • f06574f Bump golang.org/x/crypto from 0.0.0-20200820211705-5c72a883971a to 0.1.0
  • f9f1089 Bump golang.org/x/sys from 0.0.0-20190412213103-97732733099d to 0.1.0
  • 3278c77 Add Git hooks setup
  • 8f0f49c Add Dependabot setup
  • 3cdae7a Add CI pipeline
  • d6a8a1e Add Prettier config via VSCode settings
  • de63edd Add foundation for cli
  • 59570bf Initial commit