summaryrefslogtreecommitdiff
path: root/tasks
AgeCommit message (Collapse)Author
2023-05-18update version script [no ci]Dan Allen
- update release-version attribute in all README files - rebuild man page
2023-02-13fix link to Homebrew formulae in release notes template [skip ci]Dan Allen
2022-10-15write release notes to pkg folder so it is ignored [skip ci]Dan Allen
2022-10-14set release-version attribute in docs during releaseDan Allen
2022-10-09remove gem version patch script and update release scriptDan Allen
2022-07-27set up fully automated release [no ci]Dan Allen
2021-07-31resolves #2557 enable RuboCop to enforce a consistent code style and perform ↵Dan Allen
static analysis
2021-07-15pass branch that triggered build to dependentsDan Allen
2021-06-02use comma after last entry in multi-line hash [skip ci]Dan Allen
2021-05-06define functions used in rake task outside of task [skip ci]Dan Allen
2021-05-03remove logic to build dependent projects on Travis CI [skip ci]Dan Allen
2021-05-02use YAML.safe_load instead of YAML.load in dependents.rake [skip ci]Dan Allen
2021-04-30leave empty line after magic comment in tasks [skip ci]Dan Allen
2021-04-30fix code style in dependents task [skip ci]Dan Allen
2021-04-19fix branch names of dependent projects in CI triggerDan Allen
2021-01-24no longer trigger the Asciidoctor Diagram build at Travis on pushDan Allen
2020-11-27trigger reveal.js build on GitHub Actions instead of TravisDan Allen
2020-11-17trigger Asciidoctor PDF build to test again upstream after successful runDan Allen
2020-11-09resolves #3837 migrate Linux-based CI jobs to GitHub Actions (PR #3838)Dan Allen
2020-10-19use CI jobs and update match for TruffleRuby (PR #3785)Dan Allen
- use jobs instead of matrix - run slower jobs first to reduce overall build time - use a single regex to match TruffleRuby in commit message
2020-05-03fix deprecation warning in build dependents taskDan Allen
- use OpenURI.open_uri instead of open
2020-04-30fix note about configuration for downstream GitHub Actions triggerDan Allen
2020-02-18trigger Asciidoctor.js build running as GitHub Action (PR #3560)Guillaume Grossetie
2019-12-05trigger build of AsciidoctorJ running as GitHub Action (PR #3487)Robert Panzer
2019-04-16use shorthand rescue syntax and modern Hash syntax in rake tasks [skip ci]Dan Allen
2019-03-07organize rake build by moving tasks into task filesDan Allen