Skip to content

Releases: carhartl/git-commit-template

v0.3.0

17 Oct 05:10
f3edc74
Compare
Choose a tag to compare

Changelog

  • f3edc74 Update for v0.3.0
  • 2f4b3da Revert "Update for v0.3.0"
  • 2721de0 Adapt GoReleaser config for v2
  • c93cdc2 Update for v0.3.0
  • c0acea9 Allow configuration of entire template
  • 0ef788a Simplify default template
  • 5032e74 Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0
  • a6b6159 Bump aquasecurity/trivy-action from 0.26.0 to 0.27.0
  • c910133 Bump aquasecurity/trivy-action from 0.25.0 to 0.26.0
  • 8b4ca24 Bump aquasecurity/trivy-action from 0.24.0 to 0.25.0
  • 3024b9b Bump golangci/golangci-lint-action from 6.0.0 to 6.1.0
  • 5072961 Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0
  • 26ae4cf Bump aquasecurity/trivy-action from 0.21.0 to 0.23.0
  • 5230410 Bump aquasecurity/trivy-action from 0.20.0 to 0.21.0
  • 7c3d4b2 Bump aquasecurity/trivy-action from 0.19.0 to 0.20.0
  • 86d8fa3 Bump golangci/golangci-lint-action from 5.3.0 to 6.0.0
  • 0225a3e Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0
  • 506a1af Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0
  • a935f33 Tweak go setup workflow
  • 7cfd7df Avoid pulling all of Git history in CI
  • 45d5581 Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0
  • ab0f281 Update CI config for updated golangci-lint action
  • a9ce72d Add Nix flake
  • 9ffd6b7 Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0
  • 71c1ac5 Bump aquasecurity/trivy-action from 0.17.0 to 0.18.0
  • d49954d Bump aquasecurity/trivy-action from 0.16.0 to 0.17.0
  • 9251da0 Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
  • c1acbf4 Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.0
  • 85998d2 Bump github.com/urfave/cli/v2 from 2.25.5 to 2.26.0
  • fbd52e0 Bump github/codeql-action from 2 to 3
  • 261ed56 Bump aquasecurity/trivy-action from 0.15.0 to 0.16.0
  • 0226e9c Bump actions/setup-go from 4 to 5
  • 6cacc09 Bump aquasecurity/trivy-action from 0.14.0 to 0.15.0
  • 748b210 Bump aquasecurity/trivy-action from 0.13.1 to 0.14.0
  • 1e1b7dd Bump aquasecurity/trivy-action from 0.11.0 to 0.13.1
  • 8e253b5 Bump actions/checkout from 3 to 4
  • 73465fa Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
  • 718614e Revert "Add Devbox setup"
  • b79b065 Revert "Add release to Devbox scripts"
  • e7c6791 Revert "Tidy up Devbox config"
  • e90e3ea Tidy up Devbox config
  • 4865ac6 Add release to Devbox scripts
  • 4aaf0c6 Add Devbox setup
  • 6e76601 Adapt for standard Go project layout
  • d5d2698 Bump golangci/golangci-lint-action from 3.5.0 to 3.6.0
  • e173780 Eliminate string repetition in test file
  • 5b1471f Remove unnecessary boilerplate from tests
  • 9a6bebb Introduce constants for repeated strings

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