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: AIDotNet/OpenDeepWiki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: AIDotNet/OpenDeepWiki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 22, 2025

  1. Replace build-and-release workflow with release workflow

    Removed the combined build-and-release workflow and added a new release workflow focused on building and pushing Docker images on release and main branch updates. The new workflow streamlines frontend build, Docker image creation, and registry push, with updated steps and registry configuration.
    239573049 committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    d7d300e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5299fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39ec18b View commit details
    Browse the repository at this point in the history
  4. Refactor release workflow and add GitHub Release step

    Splits the release workflow into separate jobs for push and release events, adds a step to create a GitHub Release with generated notes, and improves version extraction logic. Ensures Docker images are built and pushed for both push and release triggers, and updates job names and conditions for clarity.
    239573049 committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    50eae58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be3c632 View commit details
    Browse the repository at this point in the history
  6. Remove Chinese comments from Directory.Packages.props

    Deleted Chinese comments from property and item groups to clean up the configuration file and improve readability for all contributors.
    239573049 committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    2023d04 View commit details
    Browse the repository at this point in the history
Loading