Here are
73 public repositories
matching this topic...
🚀 Automate versioning and package publishing
Updated
May 29, 2022
JavaScript
Extreme 3D Face Reconstruction: Looking Past Occlusions
Bump updates the project's version, updates/creates the changelog, makes the bump commit, tags the bump commit and makes the release to GitHub. Opinionated but configurable.
Updated
Dec 5, 2021
TypeScript
⚙️ A GitHub Action to easily bump Homebrew formula on new release
A generic version tracking and update tool
Bump'R: Bump and release versions
Updated
Jun 9, 2022
Python
A code that can make an account bump your discord server 24/7!
Updated
Mar 23, 2022
Python
a tiny tool to bump nimble versions 🍻
Bump your project's version and update the changelog. Opinionated but configurable.
Updated
Mar 20, 2021
TypeScript
Version bumping and changelog generation for your mix project
Updated
Oct 14, 2021
Elixir
A set of utilities for working with Conventional Commits in Ruby environments
Updated
Sep 20, 2020
Ruby
Updated
May 25, 2021
Ruby
[DEPRECATED] 🎪 Rocket League Garage trade bumping automation CLI bot
Updated
Mar 31, 2021
JavaScript
Discord automatic Advertising tool
Updated
Apr 9, 2021
Python
Bump the version (git tag) to the next version easily with Semantic Versioning Specification (SemVer)
Multiple scripts that return statistical data on different marketplaces
Updated
Mar 12, 2022
Python
A command line node module to deal with "bumping" and "npm version"
Updated
May 23, 2018
JavaScript
Bin util to bump your package using semver
A GitHub action for application version bump, generation, reading and format in release pipelines
Updated
Jun 1, 2022
JavaScript
Gem Bumpversion based on python bumpversion.
😆 Just commit with gitmoji, and you'll get auto versioning by semantic versioning and auto release to github.
Updated
Jan 1, 2022
JavaScript
Bump project version like a pro
Updated
May 30, 2020
Python
✨ Un auto bump pour discord totalement fait en Python par moi, et en français.
Updated
Jun 6, 2021
Python
Automated release system for GitHub repositories.
Return the greatest semantic version tag
Updated
May 1, 2022
Shell
Crystal bumpup version tool
Updated
Aug 20, 2016
Crystal
Python and CLI tool for CHANGELOG files that follow the Keep a Changelog standard.
Updated
Jun 9, 2022
Python
Bump Semver version in files
Improve this page
Add a description, image, and links to the
bump
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
bump
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Description
I have pre-commit hooks to enforce LF line endings, this fails on every commitizen commit as it writes CRLF on windows. An option to configure this would be good.
Possible Solution
Hacky, but I have customized my local commitizen and found all instances of
openand addednewline='\n'to them if they arewopens. And option in the .cz.yaml to specify this would be the o