pdfgrabber icon indicating copy to clipboard operation
pdfgrabber copied to clipboard

Could this project be versioned somehow?

Open BigB84 opened this issue 1 year ago • 3 comments

Hi!

Once again thanks so much for this project!

I want to ask / start discussion whether this project could be versioned somehow/

It's just easier to package it for some distro especially that -git packages that could be found in AUR are not always accepted. Also it may be helpful with bug reporting.

What do you think about below exmaple pipeline:

  • master and development branch where master is always stable (gives no error) and dev has all bells and whistles (for example not tested recent fixes)
  • Unit tests and CI/CD that checks if pushed code returns no error on dev branch that gives clear information about code state
  • when code gets stable rebase to the master branch
  • some other CI/CD on master branch polishing, linting, code coverage etc.
  • then tag/release from master branch

What do you think?

BigB84 avatar Jan 16 '24 01:01 BigB84