Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@Rodrigonavarro23 Rodrigonavarro23 released this 15 Jun 21:47
· 3 commits to master since this release

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