Skip to content

Feature: Semantic Versioning and Release Cutting #45

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

Merged
merged 13 commits into from
Dec 14, 2020

Conversation

devlinjunker
Copy link
Owner

@devlinjunker devlinjunker commented Dec 13, 2020

Description:

A lot of scripts to help enforce semantic versioning and help with release cutting:

  • More Merge Verification on Develop
    • PR Title matches branch prefix
  • Release Branch Cutting off of develop and Create PR into main
    • also increment version in README
  • Hotfix Branch Cutting off of main
  • Merge Verification for main
  • Create Github Release on Merge to Main

+ scripts to help with these tasks

Related:

https://github.com/devlinjunker/test.github.actions/tree/v0.15.0

Visual:

TBD

TODO:

  • Complete PR Body
  • Updated Architecture/README documents
  • Add PAT to repo "secrets"

@github-actions github-actions bot added the feature New Feature label Dec 13, 2020
This was linked to issues Dec 13, 2020
@devlinjunker devlinjunker merged commit 5d7d376 into develop Dec 14, 2020
@devlinjunker devlinjunker deleted the feature/semver branch December 14, 2020 00:29
@devlinjunker devlinjunker mentioned this pull request Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Git Hooks and Actions Semantic Versioning
1 participant