Releases: walmartdigital/commit-message-formatter
v3.0.0
Changelog
efb5ac3 chore(root): removed cmf file because it is not usefull anymore
7c207b2 ci(action): removed on tag release
def0a45 ci(actions): uncomment tag filter on github actions
15026a9 ci(goreleaser): fix brew properties to install correctly
b2328e6 docs(contributing): add contributing file
5a4892f docs(readme): fix brew steps
8a4305b docs(readme): refactor readme according to v3 changes
77e9bf3 feat(ci): add goreleaser yaml file
ded73b0 feat(ci/cd): add goreleaser github action
486b489 feat(cmf): add amend logic
0026980 feat(cmf): add initializeProject logic, to create a cmf file on the working directory
923d33e feat(git): add extra value BRANCH_NAME
e01ef93 feat(git): add missing implementations of methods (commit, amend and get branch name)
394ef28 feat(go.mod): add dependencies
fc33713 feat(prompt): add ENV key to aad environment variables to the flow and regex capacity hover default values
7849a46 feat(resources): add default files
3a5d361 fix(ci): fix goreleaser brew repo name
b48bddc fix(cmf): fix amend command, removed check tree action in amend command
5fd29a3 fix(dependency): update minimist version to solve a vulnerability
44d1eac fix(go.mod): fix aurora dependency using v3
676354e fix(go.mod): run go mod tidy
4b7e7f8 fix(goreleaser): change invalid github attribute with valid tap attrbute on brews block
776a0d7 fix(resources): add more change type to default yaml file
06e628d fix(resources): removed jira yaml flow
2c1caa6 v3.0 (feat): add cmf initializsation and dependencies
9c20d19 v3.0 (feat): add embed vfs files using embed from go 1.16 and the call to build command
2050263 v3.0 (feat): add fs package to handle user directory and cmf inner directory
ffa0ffb v3.0 (feat): add template runner and it dependency prompt wrapper to load and parse cmf yaml file
9327bc5 v3.0 (feat): clear cmd package and add amd builder for initialization
38f5ba8 v3.0 (feature): add go mod to the project
1d7a490 v3.0 (feature): add simple mock flow for cmf
4e9d983 v3.0 (refactor): removed pkg folder in order to expose cmf packages for reuse
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Changelog
f1a54f2 2.0.0
6f466d9 no-story (feature): Add version command
d87285c no-story (feature): Add static files
5a4a69f no-story (feature): Add cmd package to register commands on cobra cli
308c821 no-story (feature): Add git package with commit and amend commands
13daaa6 no-story (feature): Add template parse package
bea1a41 no-story (feature): Add prompt package with input and select utility
329c759 no-story (feature): Add boilerplate package to create cmf files on projects
5c748fa no-story (refactor): Add custom flow file and add options to default flows
01a7876 no-story (refactor): Removed old packages impletentation
8657df5 no-story (feature): Add cmf file with Jira flow as default using v2 type
ca2c093 TEST