- Addition of a Travis step that uses the utility to tag the repository on a successful build.
- Documentation updates providing an example of how to retrieve the binaries through
wget
- First release:
- Node.js and Generic
VERSION
files are supported out of the gate. - Users of the application should reference the documentation in the README to get started.
- Node.js and Generic
- Updates to the Git Service to Push and Tag in a single call, to be used by consumers.
- Removal of
main
tests.- This was causing a slew of tags getting pushed through tests. The true integration test will be tested in CI.
- Version Service: Updated tests to support the default case
- Additional build out of the version service to support Node.js and properly return the version.
- Addition of Version Service
- Base implementation against the generic
VERSION
file
- Base implementation against the generic
- Cleaned up Limitations section in README.md to clearly explain the supported frameworks.
- Documentation updates to reflect examples of supported frameworks.
- Addition of a struct representation of a typical
package.json
file.
- Addition of a Framework resolver which determines the framework based on the files present in the directory.
- Addition of a framework constants export, which provides the currently supported versions.
- Addition of a git service to handle tagging and pushing the tags
- Addition version flag to determine the current version of
go-tag
- Addition of test files and a root VERSION file.
- Expansion of README.md to cover additional planned support