satis icon indicating copy to clipboard operation
satis copied to clipboard

How to configure satis to not build beta version ?

Open yunai39 opened this issue 7 years ago • 1 comments

Hello,

We are using satis to build our package. OUr package are defined using vcs on an internal gitlab. How can I tell satis to not build beta version ?

Can I use require for every single package, or do I need to input a config for each package ?

How can I tell him to only build package which respect the following regex [0_9].[0_9].[0_9].[0_9] ?

Thanks

yunai39 avatar Dec 24 '18 10:12 yunai39

Hi,

I solved it configuring "minimum-stability": "stable" in satis.json

boldhedgehog avatar Aug 23 '19 14:08 boldhedgehog