embulk / embulk-util-rubytime

Almost Ruby-compatible date-time processor for Embulk and Embulk plugins

Home Page:https://dev.embulk.org/embulk-util-rubytime/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embulk Utilities for Ruby Time

Almost Ruby-compatible date-time processor for Embulk and Embulk plugins.

For Embulk plugin developers

For Maintainers

Release

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

git checkout --detach master

(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

Almost Ruby-compatible date-time processor for Embulk and Embulk plugins

https://dev.embulk.org/embulk-util-rubytime/

License:Apache License 2.0


Languages

Language:Java 88.7%Language:Ruby 11.3%Language:HTML 0.1%