KirillAshikhmin / step_change_value

Change Value Bitrise step
MIT License
0 stars 4 forks source link

Abandoned? #3

Open viktorbenei opened 7 years ago

viktorbenei commented 7 years ago

Hi,

It seems this step is abandoned ( open PR for ~6 months https://github.com/BOOMik/step_change_value/pull/1 , no code change since ).

We just forked this repository into the Bitrise Community GitHub organization ( https://github.com/bitrise-community/step_change_value ).

We plan to replace the links to this fork in the Bitrise StepLib (https://github.com/bitrise-io/bitrise-steplib#abandoned-step-policy) and take over the step's maintenance, unless you let us know that you don't want that. Even if we do take over the maintenance of the step, you're welcome to contribute to it @BOOMik - we're happy to add anyone with bitrise/step dev experience to the Bitrise Community organization, you can find more information about this at: https://discuss.bitrise.io/t/bitrise-steps-community/496

Please let us know if we can help with anything, or if you want to let the Bitrise Community maintain the step or if you want to keep maintaining it.

Happy Building! :)

replicant1 commented 7 years ago

The following instruction is needed to make this step work on Ubuntu:

sed -i 's%'"$old_value"'%'"$new_value"'%g' ${file}

viktorbenei commented 7 years ago

@replicant1 please submit this to https://github.com/bitrise-community/steps-change-value - that's where our fork lives ;)