Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:52
· 0 commits to 59230398af23b27a30927355d9e22b2aba6c2b47 since this release
b6f7478

πŸš€ Gitok 1.1.0

✨ New Features

  • Update CI workflow: Add permissions for contents, issues, and pull-requests; configure Git to use global settings; and implement a step to push changes to the main branch after release notes generation.
  • Add .gitignore: Create a new .gitignore file to exclude common OS, editor, and temporary files. Enhance .gitok.sh with versioning and update functionality, including dynamic changelog generation. Introduce CI/CD pipeline for automated testing and release management. Update README.md and scripts documentation for clarity on new features.
  • Remove .gitignore: Delete the file containing patterns for ignored files, as it is no longer needed. Add Git aliases cheatsheet to .gitok.sh for easier command reference.
  • Add .gitignore: Include common OS, editor, and temporary files to be ignored by Git
  • Enhance .gitok.sh: Initialize Git repo with 'main' as default branch and add pushnew function for publishing to a new remote.
  • Initial commit of Gitok, a CLI tool with custom Git commands. Added main script (.gitok.sh), installation script (install.sh), license (LICENSE), and README documentation.

πŸš€ Improvements

  • Refactor user prompts in .gitok.sh: Update read commands to use -r flag for better handling of input and modify git reset command to quote the count variable for improved safety.
  • Update README.md: Modify installation command to use curl directly for improved clarity.

πŸ“ Other Changes

  • πŸ”– Bump version to v1.1.0

πŸ“¦ Installation

bash <(curl -sL https://raw.githubusercontent.com/okwareddevnest/gitok/main/install.sh)

πŸ”„ Update Existing Installation

gitok --update