diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 62c47f6..1a494e5 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -21,9 +21,9 @@ name: "GitHub CI" on: push: - branches: ["master"] + branches: ["devel"] pull_request: - branches: ["master"] + branches: ["devel"] jobs: plugin_tests: strategy: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7788c64..34f1397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog for Custom Workflows ============================== +3.0.1 *????-??-??* +------------------ + 3.0.0 *2024-12-06* ------------------ diff --git a/README.md b/README.md index 1978f3b..148f784 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Custom Workflows plug-in 3.0.0 -============================== +Custom Workflows plug-in 3.0.1 devel +==================================== [![GitHub CI](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) diff --git a/init.rb b/init.rb index 4ef0a73..f761cfc 100644 --- a/init.rb +++ b/init.rb @@ -24,7 +24,7 @@ author_url 'https://github.com/anteo/redmine_custom_workflows/graphs/contributors' author 'Anton Argirov/Karel Pičman' description 'It allows to create custom workflows for objects, defined in a plain Ruby language' - version '3.0.0' + version '3.0.1 devel' requires_redmine version_or_higher: '6.0.0'