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: AdamJ/TimeTrackerPro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.0
Choose a base ref
...
head repository: AdamJ/TimeTrackerPro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 1, 2025

  1. action: add GitHub Action for generating releases

    1. Detects the version bump type from the commit message
    2. Updates package.json and package-lock.json versions
    3. Commits the version bump back to main
    4. Creates a Git tag (e.g., v1.2.3)
    5. Generates a changelog from commits since the last tag
    6. Creates a GitHub Release with the changelog
    7. Provides a summary in the workflow run
    AdamJ committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    882ce0a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    dc2f036 View commit details
    Browse the repository at this point in the history
Loading