Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ROCm/rocm-docs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.30.2
Choose a base ref
...
head repository: ROCm/rocm-docs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.30.3
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 14, 2023

  1. build(projects.yaml): Change development branch to develop for instal…

    …l docs
    samjwu committed Dec 14, 2023
    Copy the full SHA
    7402d90 View commit details

Commits on Dec 19, 2023

  1. build: Change dev branch to develop for install docs

    samjwu committed Dec 19, 2023
    Copy the full SHA
    0369bc6 View commit details
  2. Merge pull request #566 from samjwu/prj

    build(projects.yaml): Change development branch to develop for install docs
    samjwu authored Dec 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1b051eb View commit details

Commits on Dec 20, 2023

  1. fix(dependabot.yml): Change dependabot config

    Add labels, reviewers, and reduce interval to daily
    samjwu committed Dec 20, 2023
    Copy the full SHA
    8e5379d View commit details
  2. Merge pull request #567 from samjwu/bot

    build(dependabot.yml): Change dependabot config
    samjwu authored Dec 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c98ce81 View commit details
  3. Copy the full SHA
    d2c671a View commit details
Showing with 23 additions and 13 deletions.
  1. +7 −3 .github/dependabot.yml
  2. +6 −0 CHANGELOG.md
  3. +2 −2 docs/conf.py
  4. +2 −2 pyproject.toml
  5. +6 −6 src/rocm_docs/data/projects.yaml
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,11 @@ updates:
directory: "/" # Location of package manifests
open-pull-requests-limit: 10
schedule:
interval: "weekly"
interval: "daily"
commit-message:
# Prefix all commit messages with "build: "
prefix: "build(deps)"
prefix: "build"
labels:
- "documentation"
- "dependencies"
reviewers:
- "samjwu"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.30.3 (2023-12-20)

### Fix

- **dependabot.yml**: Change dependabot config

## v0.30.2 (2023-12-15)

### Fix
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -42,5 +42,5 @@
copyright = (
"Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved."
)
version = "0.30.2"
release = "0.30.2"
version = "0.30.3"
release = "0.30.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = 'rocm-docs-core'
version = "0.30.2"
version = "0.30.3"
authors=[
{name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"}
]
@@ -73,7 +73,7 @@ color = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.30.2"
version = "0.30.3"
version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"]
tag_format = "v$version"
annotated_tag = true
12 changes: 6 additions & 6 deletions src/rocm_docs/data/projects.yaml
Original file line number Diff line number Diff line change
@@ -27,9 +27,6 @@ projects:
hip-vs:
target: https://rocm.docs.amd.com/projects/hip-vs/en/${version}
development_branch: master
rocm-install-on-linux:
target: https://rocm.docs.amd.com/projects/install-on-linux/en/${version}
development_branch: main
miopen: https://rocm.docs.amd.com/projects/MIOpen/en/${version}
mivisionx: https://rocm.docs.amd.com/projects/MIVisionX/en/${version}
python: https://docs.python.org/3/
@@ -53,6 +50,12 @@ projects:
development_branch: amd-master
rocm: https://rocm.docs.amd.com/en/${version}
rocm-docs-core: https://rocm.docs.amd.com/projects/rocm-docs-core/en/${version}
rocm-install-on-linux:
target: https://rocm.docs.amd.com/projects/install-on-linux/en/${version}
development_branch: develop
rocm-install-on-windows:
target: https://rocm.docs.amd.com/projects/install-on-windows/en/${version}
development_branch: develop
rocm_smi_lib:
target: https://rocm.docs.amd.com/projects/rocm_smi_lib/en/${version}
development_branch: master
@@ -76,6 +79,3 @@ projects:
rtd: https://docs.readthedocs.io/en/stable/
sphinx: https://www.sphinx-doc.org/en/master/
transferbench: https://rocm.docs.amd.com/projects/TransferBench/en/${version}
rocm-install-on-windows:
target: https://rocm.docs.amd.com/projects/install-on-windows/en/${version}
development_branch: main