Skip to content

Releases: csjewell/git-next-tag

v0.1.0

06 Jan 23:33
Compare
Choose a tag to compare

This is the initial release, apparently I needed to manually push after running, as it didn't push for me, but it does change the files accordingly and create commits.

Changelog

  • a365185 First commit
  • 9081338 chore: Committing .git-next-tag file
  • 8c4b30e chore: Make parsing_test.go pass linting.
  • b361b90 chore: Making semver module pass linting.
  • 69b244c chore: Update copyright date on changed files.
  • 07622ee chore: Update e-mail
  • 3fbe574 chore: Update go.mod
  • 3943b8f chore: Updating version to v0.1.0
  • 5517470 ci: Actually commit the golangci-lint config.
  • f356673 ci: Add a lot more linters
  • c4e5ba5 ci: Add go build CI
  • bbeac9a ci: Adding goreleaser workflow.
  • 73996df ci: Adding name to one step in go.yml
  • a361205 ci: Adding revive to GH action.
  • 4014a88 ci: Disable the flag-parameter check.
  • 4e2eb83 ci: Fix most linter errors, add a few more.
  • 9921946 ci: Fixing the CI errors
  • 7ffeb72 ci: Make sure semver gets linted.
  • 2efc32d ci: Switching from revive to golangci-lint
  • 9103a54 ci: Trying again.
  • d90d8a9 feat: A little more feature work.
  • fa39864 feat: Adding more of the initial behavior
  • 626c58c feat: Almost ready
  • 54ea026 feat: Debugging the first try
  • cea9eb5 feat: Document what is left.
  • fe898fb feat: Fix some of the TODOs.
  • 88bf4f9 feat: Implementing more functionality
  • 86c2ccc feat: Starting to parse the version.
  • cf58b53 feat: Working on initial tagging.
  • 17ecf7d fix: Used the wrong directory name by accident.
  • 0da7dab fix: git-next-tag does not ignore .vscode
  • 57c8d13 refactor: Create one more function out of nextTag
  • 988e73f refactor: Creating a semver module
  • c06d0f1 refactor: Make nextTag less complex.
  • a90498f refactor: Move file-handling routines to their own file
  • 1a8cf5b refactor: Move routines into version processing.
  • 2f073c0 refactor: Quick refactor of getNextVersion
  • 3ea4e90 style: Running revive against the code so far.