Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Tags: intenthq/anon

Tags

v0.2.0

Toggle v0.2.0's commit message
Adds tests for ActionConfig.create()

During the process, I've moved the validation
from `Config` to each specific action. Currently
this only affects year and ranges, whose create
can return an error.

Because of this, the anonymisations function can
now fail and returns an error in case there name
can't be match or if the specific action can't be
created.

Signed-off-by: Albert Pastrana <[email protected]>

v0.1.0

Toggle v0.1.0's commit message
Fixes example configuration

v0.0.1

Toggle v0.0.1's commit message
Make sure arch is in the binary name.

This fixes the issue where the release is created with just the one
binary and a race condition to to be the first to get there.