Releases: dabreadman/sync-upstream-repo
Releases · dabreadman/sync-upstream-repo
Fetch args, log spawn toggle
What's Changed
- Fix
exit
typo by piggynl in #4 - Adds support for
git fetch
arguments by FlickF in #5 - Update README.md by @dabreadman in #6
- Add toggle to log spawn by @dabreadman in #7
New Contributors
- piggynl made their first contribution in https://github.com/piggynl/sync-upstream-repo/commit/a4d2b3d4a4c794285f4886486fa1b6aa6d2454e8
- FlickF made their first contribution in urdhi-old@7dc1f99
Full Changelog: v0.1.2...v1.3.0
Fix date
What's New
- Now spawns
sync-upstream-repo
to prevent repo inactivity - Fixes timestamp
Full Changelog: v0.1.2...v1.2.0.b
v1.0.0.b More customisation, error handling
Upstream branch options, merge and push arguments
Changelog
More customisation, because why not?
- Upstream branch customisation (ever thought upstream could change branch name?)
- Actually fails if something goes wrong (my code can't be wrong amirite)
- Git merge arguments (now you can
--ff --allow-unrelated-histories
your way home) - Git push arguments
Usage Example
- Refers to
README.md
- Refers to janky example
Full Changelog: v0.1.2...v1.0.0.b
v0.1.2.b Forked with Benefits
Downstream Branch Options and Authentication
Changelog
You can now target merge branch!
- Required arguments
token
, use GitHub Token withtoken: ${{ secrets.GITHUB_TOKEN}}
- Optional arguments
branch
, refers to downstream branch to merge into , defaults tomain
.
Usage Example
- Refers to
README.md
- Refers to janky example