jx-release-version

command module
v0.0.0-...-ad0eb60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

README

JX Release Version Dagger Module

This is a Dagger module for the JX Release Version tool.

Use it to install the jx-release-version CLI in a Dagger container, and easily calculate the next release version of your Git repository.

Read the documentation at https://daggerverse.dev/mod/github.com/vbehar/daggerverse/jx-release-version.

Usage

Get the next release version of your Git repository:

$ dagger call -m github.com/vbehar/daggerverse/jx-release-version \
	next-version --git-directory=/path/to/.git

Automatically create and push a new Git tag with the next release version:

$ dagger call -m github.com/vbehar/daggerverse/jx-release-version \
	tag \
	--git-directory=/path/to/.git \
	--git-token=env:GIT_TOKEN

Documentation

Overview

A Dagger Module to interact with the jx-release-version CLI.

jx-release-version is a CLI tool that helps you to release new versions of your projects. See https://github.com/jenkins-x-plugins/jx-release-version for more information.

Directories

Path Synopsis
examples
go module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL