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

Add specification versioning- and release management instructions and checks #87

Merged
merged 3 commits into from
Mar 3, 2020

Commits on Feb 4, 2020

  1. Add spec version- and release mgmt instructions

    - Add gitflow-based version- and release management instructions to
    the Versioning section of the README.
    
    - Add links to the "latest stable", "current draft", "new changes
    since latest stable" and "release history" of the specification to
    the header of the README document.
    
    Note that the version number of the latest stable version of the
    specification is no longer shown in the README, which eliminates
    the need to update the README with every new release.
    lukpueh committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    aa9e94c View commit details
    Browse the repository at this point in the history
  2. Add check release script

    Add script to run on Travis upon a GitHub pull request, that checks
    that versioning- and release management rules are followed.
    lukpueh committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    19c0ebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c2af51 View commit details
    Browse the repository at this point in the history