You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Once the version command is fully generic, it can be reused in other projects/apps, as
build
has been in PRM.Acceptance Criteria
VersionCommand
struct to thecmd/version/version.go
which has theversion
,buildDate
,commit
,appName
, andappSourceUrl
properties.VersionCommandI
interface which must implement theCreateVersionCommand()
andFormat()
functionsVersionCommand()
to use theVersionCommand
struct instead of parametersFormat()
function to use theVersionCommand
struct instead of parameters and to not hard-code the application namechangelogURL()
private function to use theVersionCommand
struct instead of parameters and to not hard-code the GitHub pathThe text was updated successfully, but these errors were encountered: