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

chore(release): 6.1.0 #360

Merged
merged 1 commit into from
Mar 29, 2021
Merged

chore(release): 6.1.0 #360

merged 1 commit into from
Mar 29, 2021

Conversation

guardian-ci
Copy link
Contributor

Updating the version number in the repository following the release of v6.1.0

@guardian-ci guardian-ci requested a review from a team March 29, 2021 13:27
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Approved automatically by @guardian/actions-merge-release-changes-to-protected-branch

@github-actions github-actions bot merged commit 39934c6 into main Mar 29, 2021
@github-actions github-actions bot deleted the release-6.1.0 branch March 29, 2021 13:29
stephengeller pushed a commit that referenced this pull request Mar 29, 2021
* Create GuSSMParameter and the AWS Custom Resource that allows it to fetch latest version

* Create GuSSMParameter

* remove extras

* Add tests for random UIDs

* update package-lock

* feat: revise custom lint rule (#352)

We have a few too many instances of // eslint-disable-next-line custom-rules/valid-constructors 😅 .

It looks like this is mainly because the id field is static (for example the Stage parameter) or generated by the props passed in (for example InstanceType).

This PR revises the rules to be:
1. Private constructors don't get linted
2. Must be 1, 2 or 3 parameters
3. First parameter must be called scope
4. First parameter must be of type GuStack
5. If 2 parameters:
   - The second parameter must be called props
   - The second parameter must be a custom type
6. If 3 parameters:
   - The second parameter must be called id
   - The second parameter must be of type string
   - The third parameter must be called props
   - The third parameter must be a custom type
7. Only the third parameter can be optional or have a default value

* chore(release): 6.1.0 (#360)

* extract id to fn outside constructor

* Add tests for random UIDs

Co-authored-by: stephengeller <[email protected]>
Co-authored-by: Akash Askoolum <[email protected]>
Co-authored-by: theguardian.com continuous integration <[email protected]>
@github-actions
Copy link
Contributor

🎉 This PR is included in version 6.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant