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

feat: releases #260

Merged
merged 7 commits into from
Aug 4, 2024
Merged

feat: releases #260

merged 7 commits into from
Aug 4, 2024

Conversation

vdbe
Copy link
Collaborator

@vdbe vdbe commented Jul 25, 2024

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:

set -g @plugin 'catppuccin/tmux#v0'

Multiple tags

  • v<major>.<minor>.<patch>: pin to a specific release
  • v<major>.<minor>: follow fixes
  • v<major>: follow feat updates
  • latest: follow the latest release, not happy with the name feedback welcome
  • main branch: "dev"

TODO

  • Add description to the README
  • Add CONTRIBUTING.md for commit style/scopes
  • Update .github/ISSUE_TEMPLATE/bug.yml to ask for plugin version The tmux.conf is enough most of the time

.github/release-please-config.json Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
@sgoudham
Copy link
Contributor

Can you request me for review when you're finished making changes here?

.github/workflows/release.yml Outdated Show resolved Hide resolved
@vdbe vdbe marked this pull request as ready for review July 27, 2024 10:33
@vdbe vdbe requested a review from sgoudham July 27, 2024 10:34
.github/release-please-manifest.json Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@vdbe vdbe requested a review from sgoudham August 3, 2024 11:19
Copy link
Contributor

@sgoudham sgoudham left a 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 🤞

@vdbe vdbe merged commit 5fbacdf into catppuccin:main Aug 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants