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: codinit-dev/codinit-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: codinit-dev/codinit-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 4, 2026

  1. fix: disable automatic publishing in electron CI builds

    Prevent electron-builder from trying to publish to GitHub during CI builds
    by adding --publish=never flag. This resolves GH_TOKEN errors while keeping
    local publishing capability intact.
    Gerome-Elassaad committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    3925c9a View commit details
    Browse the repository at this point in the history
  2. feat: auto-sync package.json version with git tags

    Add step to automatically update package.json version to match git tag
    during CI builds. This ensures released artifacts have the correct version
    without manual package.json updates.
    Gerome-Elassaad committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    4dbd7bd View commit details
    Browse the repository at this point in the history
  3. 1.2.1

    Gerome-Elassaad committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    9fd5bb1 View commit details
    Browse the repository at this point in the history
Loading