Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching to date based versioning #1112

Merged
merged 4 commits into from
Apr 26, 2020
Merged

Switching to date based versioning #1112

merged 4 commits into from
Apr 26, 2020

Commits on Apr 24, 2020

  1. Switching to date based versioning

    Our original plan was to use `year.month.build_number` but Windows
    does not support `2020` as a major version number
    (https://docs.microsoft.com/en-us/windows/win32/msi/productversion?redirectedfrom=MSDN)
    so instead we are using a short year for the major version (`21` for `2021`).
    
    Signed-off-by: tyler-ball <tball@chef.io>
    tyler-ball committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    de44b49 View commit details
    Browse the repository at this point in the history
  2. A script to update the VERSION file when merging

    Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
    clintoncwolfe authored and tyler-ball committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    de49c94 View commit details
    Browse the repository at this point in the history
  3. Remove ability to bump major and minor version via Github

    Signed-off-by: tyler-ball <tball@chef.io>
    tyler-ball committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    b4ea428 View commit details
    Browse the repository at this point in the history
  4. Reseting build number to 1 in prep for merging this

    Signed-off-by: tyler-ball <tball@chef.io>
    tyler-ball committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    eaf674d View commit details
    Browse the repository at this point in the history