Skip to content

Commit

Permalink
Merge pull request #105 from mention-me/chore/update-documentation
Browse files Browse the repository at this point in the history
Update link in README
  • Loading branch information
ryanmab authored May 22, 2024
2 parents 065aea0 + b4e440c commit 623b8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ New tagged releases _will not_ be picked up, and bumped, by Dependabot. Which me
To release a new version of the Emarsys client, follow these steps:
- Raise a PR to the client ([example](https://github.com/mention-me/Emarsys/pull/94)).
- Merge these changes into `master` once tests have passed, reviews are complete, and the PR is approved.
- Tag a new release following Semver versioning (e.g. [`v1.8.0`](https://github.com/mention-me/Emarsys/pull/94)).
- Tag a new release following Semver versioning (e.g. [`v1.8.0`](https://github.com/mention-me/Emarsys/releases/tag/v1.8.0)).
- Raise a PR in the monolith to update the Emarsys client to the new version ([example](https://github.com/mention-me/MentionMe/pull/18800)).

**Note:** For internal dependency bumps (i.e. merging Dependabot PRs to development dependencies) theres no need to tag a new release. Only changes that need to be reflected in the monolith require a new release.

0 comments on commit 623b8b7

Please sign in to comment.