Skip to content

Releases: shinokada/gitstart

v1.2.2

06 Mar 10:25

Choose a tag to compare

Changelog

  • 8864d9a chore: add v1.2.2 changelog and README entries missed before v1.2.1 tag

v1.2.1

06 Mar 10:22

Choose a tag to compare

Changelog

  • 8f83a87 fix: correct LICENSE filename casing in .goreleaser.yaml

v1.1.0

05 Mar 18:56
7c4bb04

Choose a tag to compare

Changelog

  • 7c4bb04 Merge pull request #6 from shinokada/feat/full-execution
  • d415519 fix: use main branch for gitignore URL, write atomically via temp file
  • 2652f0d fix: validate message flag, cleanup orphaned repo on push failure, guard empty language
  • 87fb3d5 refactor: split run() into helpers, fix dry-run output, normalize language casing for gitignore
  • a733ed0 fix: normalize branch and language flags before use
  • db2aa47 fix: validate branch flag early, skip .gitignore when no language specified
  • 29abe99 fix: remove hardcoded github.com URL, add timeout to gh auth user call
  • a984327 fix: resolve absolute path, skip license prompt in quiet mode, use gh auth user for URL
  • 3453ae8 fix: default visibility to public to prevent gh interactive prompt
  • 3a58b57 fix: stat error handling, wire branch/message flags to commit and push
  • fad3243 feat: add full execution

v1.0.5

05 Mar 07:09

Choose a tag to compare

Changelog

v1.0.4

05 Mar 07:00

Choose a tag to compare

Changelog

  • 064d0e5 fix: shinichiokada github path to shinokada

v1.0.3

05 Mar 06:52

Choose a tag to compare

Changelog

  • 5df9b68 docs: README and docs/README update
  • b0741d8 Merge pull request #5 from shinokada/ci-update-3
  • 7c4bf1d fix: pin branch for brew/scoop, remove go mod tidy from release
  • b27bef1 fix: goreleaser v2 config, scoop, deb/rpm, version injection
  • 828d892 fix: release and goreleaser

v0.4.1

19 Jan 10:46

Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

  • feat: bash 3.2 compatible

v0.4.0

19 Jan 04:36
0f3efc2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

  • New Features

    • Dry-run and quiet non‑interactive modes; private repos, custom branch/message/description; XDG config support and migration; improved existing‑directory handling
  • Documentation

    • Expanded README, changelog (v0.4.0), migration guide, examples, testing and cross‑platform guides, quick reference, and many HOWTOs
  • Tests

    • New test suites and runners, static analysis integration, CI workflow, and permission/verification helpers
  • Bug Fixes

    • Absolute path handling, non‑interactive prompt blocking, cloning/checkout edge cases
  • Chores

    • Makefile, install/uninstall improvements, repository attributes and cleanup docs

version 0.3.0

18 Dec 00:33

Choose a tag to compare

version 0.2.11

06 Aug 00:38

Choose a tag to compare

Update

  • Uninstallation script added.
  • repo creation process updated.