Skip to content

Commit

Permalink
Bump cspell from 8.0.0 to 8.1.0 (#459)
Browse files Browse the repository at this point in the history
* Bump cspell from 8.0.0 to 8.1.0

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell@v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixed invalid links

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: j-paquette <56076749+j-paquette@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and j-paquette authored Dec 4, 2023
1 parent c26e92b commit b59d23d
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 950 deletions.
2 changes: 1 addition & 1 deletion docs/_guides/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ If required, the notification is triggered by the successful deployment and exec

[Continuous Integration vs Delivery vs Deployment](https://www.atlassian.com/continuous-delivery/principles/continuous-integration-vs-delivery-vs-deployment)

[Introduction to GitLab Flow](https://docs.gitlab.com/ee/topics/gitlab_flow.html#introduction-to-gitlab-flow)
[Introduction to GitLab Flow](https://about.gitlab.com/topics/version-control/what-is-gitlab-flow/)
2 changes: 1 addition & 1 deletion docs/_guides/git-branching.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We have extracted a few requirements from our typical ESDC release process.
#### Popular Flows Comparison

| Key Features | [GitFlow](https://datasift.github.io/gitflow/IntroducingGitFlow.html) | [OneFlow](https://www.endoflineblog.com/oneflow-a-git-branching-model-and-workflow) | [Microsoft Release Flow](https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/release-flow) | [GitHub Flow](https://githubflow.github.io/) | [GitLab Flow](https://docs.gitlab.com/ee/topics/gitlab_flow.html) |
| Key Features | [GitFlow](https://datasift.github.io/gitflow/IntroducingGitFlow.html) | [OneFlow](https://www.endoflineblog.com/oneflow-a-git-branching-model-and-workflow) | [Microsoft Release Flow](https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/release-flow) | [GitHub Flow](https://githubflow.github.io/) | [GitLab Flow](https://about.gitlab.com/topics/version-control/what-is-gitlab-flow/) |
| :--- | --- | --- | --- | --- | --- |
| Production and Development branches segregated * | :heavy_check_mark: | :grey_question: (Optional) | :heavy_check_mark: | :heavy_minus_sign: | :heavy_check_mark: |
| Manages Staging/Release branches * | :heavy_check_mark: | :heavy_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_check_mark: |
Expand Down
Loading

0 comments on commit b59d23d

Please sign in to comment.