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

Update deploy section in the readme #189

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Update deploy section in the readme #189

merged 1 commit into from
Dec 11, 2023

Conversation

mmv08
Copy link
Member

@mmv08 mmv08 commented Dec 11, 2023

  1. Fix the dead link for the releases page (follow-up: do tags like 0.1.0 work well for a monorepo?)
  2. Remove the compiler settings from the section; we have a separate section about compiler settings.

1. Fix the dead link for the releases page (follow-up: do tags like 0.1.0 work well for a monorepo?)
2. Remove the compiler settings from the section; we have a separate section about compiler settings.
@mmv08 mmv08 requested a review from a team as a code owner December 11, 2023 07:35
@mmv08 mmv08 requested review from rmeissner, nlordell, akshay-ap and remedcu and removed request for a team December 11, 2023 07:35
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7164295038

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7114294628: 0.0%
Covered Lines: 33
Relevant Lines: 33

💛 - Coveralls

@@ -156,9 +156,9 @@ npm run test:e2e

### Deploy

> :warning: **Make sure to use the correct commit when deploying the contracts.** Any change (even comments) within the contract files will result in different addresses. The tagged versions used by the Safe team can be found in the [releases](https://github.com/safe-modules/releases).
> :warning: **Make sure to use the correct commit when deploying the contracts.** Any change (even comments) within the contract files will result in different addresses. The tagged versions used by the Safe team can be found in the [releases](https://github.com/safe-global/safe-modules/releases).
Copy link
Member

Choose a reason for hiding this comment

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

Currently our releases are not up to date, something we need to follow up on

Copy link
Member Author

Choose a reason for hiding this comment

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

If we plan to have more modules in the monorepo, I would employ the same setup with changelogs and stuff as we did for the safe-apps-sdk using changesets: https://github.com/safe-global/safe-apps-sdk/releases

@mmv08 mmv08 merged commit 727cd27 into master Dec 11, 2023
6 checks passed
@mmv08 mmv08 deleted the mmv08-patch-1 branch December 11, 2023 07:49
@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 2023
@nlordell
Copy link
Collaborator

follow-up: do tags like 0.1.0 work well for a monorepo?)

What I have seen work well for monorepos is project-path/vX.Y.Z tag/releases.

So here, I would create a 4337/v0.2.0 tag

@mmv08
Copy link
Member Author

mmv08 commented Dec 11, 2023

follow-up: do tags like 0.1.0 work well for a monorepo?)

What I have seen work well for monorepos is project-path/vX.Y.Z tag/releases.

So here, I would create a 4337/v0.2.0 tag

Agree, that's how it's done in the safe-apps-sdk repo

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.

4 participants