Skip to content

isabella232/toolsmiths-shared-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a new shared-scripts version:

  • Find the most recent version tag.
  • Increment that version number by one.
  • Apply that tag '$NEW_VERSION' to the git commit you want to version.
  • Push the changes to github.
git tag v1.0.12 11866e5a5e68ab4f292d0d99f2c183d086dd2a4a
git push
git push --tags
  • Then we should update the versions used in our app
update pcf_versions
set script_version = 'v1.0.12'
where script_version = 'v1.0.11'

AND

update pks_versions
set script_version = 'v1.0.12'
where script_version = 'v1.0.11'

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 72.8%
  • Shell 13.0%
  • Ruby 9.7%
  • HCL 4.5%