-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
feat: releases #260
Merged
Merged
feat: releases #260
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vdbe
commented
Jul 25, 2024
Can you request me for review when you're finished making changes here? |
vdbe
commented
Jul 27, 2024
sgoudham
requested changes
Jul 28, 2024
sgoudham
approved these changes
Aug 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay to me, although you never know with release please 🤞
This was referenced Aug 4, 2024
Castrozan
pushed a commit
to Castrozan/tmux
that referenced
this pull request
Oct 23, 2024
* feat: bootstrap release please * docs: add instruction to install a tag/release via tpm * chore: add `tmux.conf` placeholder for bug template * docs: add CONTRIBUTING.md Copied from https://github.com/catppuccin/nix/blob/3fdc011242c684c48ed96d91e77c74e760aedc3e/CONTRIBUTING.md * refactor: change vlatest to latest * docs: remove merge instructions * docs: use full version as tag msg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
People using TPM are forced to follow the main branch or fork, we try to avoid breaking changes but they are needed from time to time (and sometimes mistakes happen and they slip trough).
By adding release you can follow a tag instead of the main branch:
Multiple tags
v<major>.<minor>.<patch>
: pin to a specific releasev<major>.<minor>
: follow fixesv<major>
: follow feat updateslatest
: follow the latest release, not happy with the name feedback welcomeTODO
Update .github/ISSUE_TEMPLATE/bug.yml to ask for plugin versionThetmux.conf
is enough most of the time