issues
search
restechnica
/
semverbot
A CLI which automates semver versioning.
Mozilla Public License 2.0
137
stars
8
forks
source link
fix/build-setup
#29
Closed
shiouen
closed
3 years ago
shiouen
commented
3 years ago
completed core package logic
finalized
core
package documentation
moved
api
package components to their own packages (
semver
,
git
and
versions
)
moved pieces of
core
package logic to version api for reusability
moved all remaining 'rogue' git command executions to the git api
project structure revamp (except for semver package)
core
package documentationapi
package components to their own packages (semver
,git
andversions
)core
package logic to version api for reusability