Skip to content
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

Add aws v0.12.0 #122

Merged
merged 1 commit into from
May 13, 2024
Merged

Add aws v0.12.0 #122

merged 1 commit into from
May 13, 2024

Conversation

oleiade
Copy link
Member

@oleiade oleiade commented May 13, 2024

Description

Publish version v0.12.0 of jslib-aws

  • Use a meaningful title for the Pull Request. Include the name of the jslib added/modified.
  • Fill the description section of the Pull Request.
  • Test the change in your code, and ensure the npm run test command succeeds.
  • Run yarn run generate-homepage locally and verify the new homepage /lib/index.html file looks legit.
  • The Pull Request is labeled with the version bump label.
  • The Pull Request adds a /lib/{jslib_name}/{desired_version} folder.
  • The Pull Request adds a /lib/{jslib_name}/{desired_version}/index.js file containing the jslib's code bundle.
  • The Pull Request updates the supported.json file to contain an entry for the newly added jslib version, as in the following example:
{
  "my-lib": [
    "1.0.2",
    // Use semantic versioning
    "{desired_version}"
  ]
}
  • The Pull Request adds the relevant tests to the /tests/basic.js and /tests/testSuite.js files to ensure that the new version of the jslib is importable and runnable by k6.
  • Merge the Pull Request once it is green. PRs adding new jslib versions do not require to get a review to be merged 🚀.

@oleiade oleiade requested review from a team as code owners May 13, 2024 09:27
@oleiade oleiade requested review from codebien, olegbespalov, e-fisher and EdvinasDaugirdas and removed request for a team May 13, 2024 09:27
@oleiade oleiade merged commit 1c81e86 into main May 13, 2024
5 checks passed
@oleiade oleiade deleted the aws/v0.12.0 branch May 13, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant