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

fix: version string even without git #24

Merged
merged 1 commit into from Feb 11, 2024
Merged

Conversation

kdheepak
Copy link
Contributor

@kdheepak kdheepak commented Feb 11, 2024

This adds git describe information conditionally.

With Git

crates-tui 0.1.5-47c8e11 (2024-02-11)

Authors: The Ratatui Developers

Without Git

crates-tui 0.1.5 (2024-02-11)

Authors: The Ratatui Developers

Fixes #23

@kdheepak kdheepak merged commit 6ed92ea into main Feb 11, 2024
6 checks passed
@kdheepak kdheepak deleted the kd/better-version-string branch February 11, 2024 04:12
@kdheepak kdheepak mentioned this pull request Feb 11, 2024
kdheepak added a commit that referenced this pull request Feb 11, 2024
## 🤖 New release
* `crates-tui`: 0.1.5 -> 0.1.6

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.1.6](v0.1.5...v0.1.6)
- 2024-02-11

### Added
- refactor app.rs
([#21](#21))
- Increase spacing between top and bottom in summary

### Fixed
- version string even without git
([#24](#24))

### Other
- Add AUR instructions
([#22](#22))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: Dheepak <1813121+kdheepak@users.noreply.github.com>
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.

Version flag emits idempotent output
1 participant