trustification / trustify

Apache License 2.0
8 stars 15 forks source link

Make PM mode the default #354

Closed jcrossley3 closed 2 months ago

jcrossley3 commented 2 months ago

Also removing ui feature as I think it's just static content now.

ctron commented 2 months ago

I would ask that you create another release in a personal fork to validate that the outcome is as expected.

jcrossley3 commented 2 months ago

I would ask that you create another release in a personal fork to validate that the outcome is as expected.

No clue how to do that or what to expect.

helio-frota commented 2 months ago

No clue how to do that

probably ?:

git push origin v0.1.1-alpha-foobar.2

instead of

git push upstream v0.1.1-alpha-foobar.2

https://github.com/trustification/trustify/blob/main/RELEASE.md#trigger-the-release

it generates releases in personal fork https://github.com/helio-frota/rgold/actions

helio-frota commented 2 months ago

I'm not getting this part yet ( the error part ) https://github.com/helio-frota/trustify/actions/runs/9372621600 I'll try with other version to see what happens

helio-frota commented 2 months ago

I think I got the error part: a) cargo release version alpha b) cargo release version alpha -x c) git commit -a -m "chore: A Foo Bar thing only" d) trustify git:(pm-default) git tag v0.1.0-alpha.6 pm-default e) git push origin v0.1.0-alpha.6

it is working at least https://github.com/helio-frota/trustify/actions/runs/9372893743