Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Properly autoload constant * Chores/command pattern refactor (#15) * Refactor to command * Add command module * Rename method to call * Add command pattern to commands * Add status to show results of commands call * Remove useless methods * Ignore version * Refactor api proxy * Test retry in api proxy * Add badge to readme * Add patch number * Add bump and release to gha * Add publish gha * Add doc * Chores/prepare release 1.0.0 (#19) * Develop (#18) * Properly autoload constant * Chores/command pattern refactor (#15) * Refactor to command * Add command module * Rename method to call * Add command pattern to commands * Add status to show results of commands call * Remove useless methods * Ignore version * Refactor api proxy * Test retry in api proxy * Add badge to readme * Add patch number * Add bump and release to gha * Add publish gha * Add doc * Delete node related stuff * Fix incorrect path * Fix prefix * Fix prefix * remove tag postfix * Change branch prefix * unpin dep * Make workflow conditionnal * Use semver instead of decidim versioning * Run bundle install * Remove release job * Use release event * Add push release tag task * Push with release * create release from task * Fix offenses * Run workflow from master branch * Run bundle install * Run release after tests * Use checkout v2 * Only run on master or main * Only push tag * Generate release * Bump gem * Run if branch is master * fix typo * Removes generate notes * Use another action for release * Bundle install * Change task name * Reintroduce release in test file * Bump version * Add missing tag * Use gh * Pipe login * Run publish in tests * Fix typo * Add complete workflow * Fix job name * add complete dependency * Add debug * set tag * Remove debug * Remove gem * Remove useless rake task * Remove useless workflows * Fix offenses
- Loading branch information