Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Publish script #653

Merged
merged 6 commits into from
May 9, 2023
Merged

Publish script #653

merged 6 commits into from
May 9, 2023

Conversation

gligorkot
Copy link
Contributor

@gligorkot gligorkot commented Mar 1, 2023

What did you implement:

Closes #645 and #654

How did you implement it:

Adding a publish github action that runs on version tag.

How can we verify it:

Add a tag that follows semver format vX.X.X

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

  • Ensure there are no lint errors.
    Validate via npm run lint
    Note: Some reported issues can be automatically fixed by running npm run lint:fix
  • Write tests and confirm existing functionality is not broken.
    Validate via npm test
  • Write documentation
  • Provide verification config / commands / resources
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES
Is it a breaking change?: NO

@gligorkot
Copy link
Contributor Author

@medikoo any chance you can please have a look at this one and merge if acceptable or let me know what else you'd like to change before we can merge it in?

@gligorkot gligorkot mentioned this pull request Apr 11, 2023
weisurya
weisurya previously approved these changes Apr 12, 2023
Copy link

@weisurya weisurya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @medikoo - when you have time, would you mind to take a look into this PR? It would be great if we could use node18 for Azure functions

It's reaching to EoL as stated here
#654 (comment)

Copy link
Contributor

@medikoo medikoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gligorkot great thanks for that PR, and sorry for late review (I was on vacation and then I was catching up)

Copy link
Contributor

@medikoo medikoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 👍

@medikoo medikoo merged commit 192fe2f into serverless:master May 9, 2023
@gligorkot gligorkot deleted the publish-script branch May 9, 2023 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix CI setup. Ensure working builds
3 participants