Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Releases: hashicorp/inclusify

v0.2.1

08 Oct 00:13
Compare
Choose a tag to compare
  • Added .git/, go.mod, and go.sum to the exclusion array by default. These directories/files will not be included in the find/replace logic in the updateRefs command.
  • Updated the README and documentation to reflect how to use the --exclusion flag and the env var.

v0.2.0

06 Oct 01:48
Compare
Choose a tag to compare
  • Change the behavior of the updateCI cmd, which is renamed to updateRefs. This will update code references from $base to $target in the locally cloned repo by default, but will exclude any files/directories listed in INCLUSIFY_EXCLUSION or passed in via the --exclusion flag. The README has been updated to reflect this as well
  • Fix some linting errors and specify which linters the project is using in .golangci.yml, now that enable-all has been deprecated
  • Create an .env-template for local dev

v0.1.2

30 Sep 06:20
Compare
Choose a tag to compare
  • Support updating .goreleaser.yml files, README.md's, and Makefiles in the updateCI command
  • Add additional test files to be modified via the integration tests
  • Add better CI support for this tool (support staging and prod)

v0.1.1

24 Sep 23:18
Compare
Choose a tag to compare
  • Add support for goreleaser in the updateCI command
  • Remove the default commit author
  • Bump the patch version

v0.1.0

17 Sep 22:34
Compare
Choose a tag to compare
Release v0.1.0