Skip to content

embulk/embulk-decoder-bzip2

Folders and files

NameName
Last commit message
Last commit date
May 13, 2024
Apr 25, 2024
Apr 25, 2024
Apr 14, 2025
Jun 6, 2023
Aug 23, 2021
Mar 27, 2020
May 13, 2024
Apr 25, 2024
Apr 14, 2025
Apr 10, 2024
Apr 10, 2024
Apr 11, 2024
Oct 5, 2023

Repository files navigation

embulk-decoder-bzip2 / embulk-guess-bzip2

This is one of Embulk's "standard" plugins that are embedded in Embulk's executable binary distributions.

The source code had been managed in the same main repository of Embulk until v0.10.33, and in the embulk-standards repository until v0.10.42.

It has been maintained in the standalone repository since v0.11.0.

For Maintainers

Release

Modify version in build.gradle at a detached commit, and then tag the commit with an annotation.

git checkout --detach main

(Edit: Remove "-SNAPSHOT" in "version" in build.gradle.)

git add build.gradle

git commit -m "Release vX.Y.Z"

git tag -a vX.Y.Z

(Edit: Write a tag annotation in the changelog format.)

See Keep a Changelog for the changelog format. We adopt a part of it for Git's tag annotation like below.

## [X.Y.Z] - YYYY-MM-DD

### Added
- Added a feature.

### Changed
- Changed something.

### Fixed
- Fixed a bug.

Push the annotated tag, then. It triggers a release operation on GitHub Actions after approval.

git push -u origin vX.Y.Z

About

embulk-decoder-bzip2 (w/ embulk-guess-bzip2)

Topics

Resources

License

Stars

Watchers

Forks

Languages