cucumber-android icon indicating copy to clipboard operation
cucumber-android copied to clipboard

Use polyglot-release for releasing

Open lsuski opened this issue 1 year ago • 4 comments

🤔 What's changed?

Apply changes to allow using polyglot-release script for releasing

⚡️ What's your motivation?

Align with other cucumber repositories releasing process

🏷️ What kind of change is this?

  • :book: Documentation (improvements without changing code)
  • :bank: Refactoring/debt/DX (improvement to code design, tooling, etc. without changing behaviour)

♻️ Anything particular you want feedback on?

Adjusting RELEASING.md to contain new releasing process

📋 Checklist:

  • [x] I agree to respect and uphold the Cucumber Community Code of Conduct
  • [ ] I've changed the behaviour of the code
    • [ ] I have added/updated tests to cover my changes.
  • [x] My change requires a change to the documentation.
    • [x] I have updated the documentation accordingly.
  • [ ] Users should know about my change
    • [ ] I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

This text was originally generated from a template, then edited by hand. You can modify the template here.

lsuski avatar Aug 19 '24 13:08 lsuski

Requires https://github.com/cucumber/polyglot-release/pull/101

lsuski avatar Aug 19 '24 13:08 lsuski

You can also update the release guide to point to https://github.com/cucumber/.github/blob/main/RELEASING.md

mpkorstanje avatar Aug 19 '24 14:08 mpkorstanje

@mpkorstanje Is this tool working on Windows? Unfortunately I'm working on Windows

lsuski avatar Aug 20 '24 09:08 lsuski

Unfortunately not. It is a shell script.

I also haven't used Windows for over a decade now. So I am not familiar with the state of the art around the Windows Subsystem for Unix or Dev containers. You can probably also get it to work in Cygwin. I reckon you might want to try to get it to work with one of those. If you run into troubles there I will be happy to help.

And if not, doing things manually is still an option, if a bit error prone.

mpkorstanje avatar Aug 22 '24 14:08 mpkorstanje