rlsbl v0.40.1 /rlsbl.targets.plain
On this page

Plain release target for projects with no build system, using a VERSION file for version tracking with tagging and GitHub Releases only.

#rlsbl.targets.plain

#rlsbl.targets.plain

Plain release target for projects with no build system, using a VERSION file for version tracking with tagging and GitHub Releases only.

#PlainTarget

Release target for projects that have no build system or package registry.

#name

python
def name(self)

#detect

python
def detect(self, dir_path)

#read_version

python
def read_version(self, dir_path)

Read version from the VERSION file.

#write_version

python
def write_version(self, dir_path, version)

Write the new version to the VERSION file atomically.

Returns a list of relative file paths that were modified.

#version_file

python
def version_file(self)

#template_dir

python
def template_dir(self)

#template_mappings

python
def template_mappings(self)

#check_project_exists

python
def check_project_exists(self, dir_path)

#template_vars

python
def template_vars(self, dir_path)