-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Project setup #1
Conversation
Signed-off-by: Tom Lanser <tom@devv.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
And add a single test to 1 package. |
Signed-off-by: Tom Lanser <tom@devv.nl>
.github/workflows/pipeline.yaml
Outdated
workflow_dispatch: | ||
inputs: | ||
release-type: | ||
description: 'Type of release (major, minor, patch, alpha)' | ||
required: true | ||
default: alpha | ||
type: choice | ||
options: | ||
- major | ||
- minor | ||
- patch | ||
- alpha |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe for later -- but I was thinking we might want to look at changesets for releases at some point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you format the code with biome and merge it after? We changed the scope to @openid-federation
so if you can change that in the readme as well its finished!
74c9af6
to
ebdba00
Compare
Signed-off-by: Tom Lanser <tom@devv.nl>
10ae900
to
e215a4a
Compare
No description provided.