Commit Graph

21 Commits

Author SHA1 Message Date
Jay McCure 9b3ad5d490 chore(docs): update dependencies for commit-lint script 2024-04-22 16:06:02 +00:00
Kai Armstrong 769c2a40c8
chore: remove script for install method 2023-01-25 13:52:09 -06:00
Tomas Vik 7311242d47 ci: add windows installer 2022-12-01 23:54:33 +00:00
Tomas Vik eeae590250 ci(lint): allow merge commit messages in MR 2022-11-24 09:23:51 +01:00
Kai Armstrong 58b766ca2a chore: add linting for commit messages 2022-10-21 15:02:28 -05:00
Kebe 3a17672faa Fix aarch64 install error 2022-09-15 02:13:50 +00:00
Tomas Vik 92b115f9a8 docs: document security release process 2022-07-12 06:25:28 +00:00
Xiangyu John Wu e7da8f99d0
Make flag verbose for -o of grep command 2022-02-16 17:16:33 +01:00
Xiangyu John Wu 8b8ceca34c
Change wrong flag 2022-02-09 11:16:40 +01:00
Clement Sam 14ed98c0a0 chore(packaging): glab docker images 2021-05-31 12:37:32 +00:00
Clement Sam c0f79fb138
style(scripts/install.sh): use macOS instead of Darwin
The `glab` release artifact for macOS has macOS instead of Darwin in the name for recent releases.

The install script will fail since for example, it will fetch for glab_1.13.1_Darwin_x86_64.tar.gz instead of glab_1.13.1_macOS_x86_64.tar.gz which is the actual name for the artifact
2021-01-13 00:40:10 +00:00
Clement Sam 82f1628fe1 Enhacements 2021-01-12 23:03:09 +00:00
Clement Sam f3497aa8f3 rename quick_install.sh to install.sh 2021-01-12 23:02:26 +00:00
Clement Sam a2c2534813 chore(scripts): make quick installer script POSIX sh compliant
Currently the quick install script isn't POSIX compliant and hence, works only
on bash.

In order to make it run on all shell types, it must be POSIX sh compliant.
All bashisms have been checks and removed/fixed to POSIX sh formats.
2021-01-11 17:43:46 +00:00
Clement Sam 4d8c12225b chore: add changelog.md to .gitignore
The gorelease workflow fails due to the changes made to the changelog
2020-12-27 17:48:11 +00:00
Clement Sam 234274989a finalize 🎉 2020-12-17 02:54:14 +00:00
Clement Sam d3bf5d9b40 chore: create glab installer for windows using innosetup 2020-12-16 20:15:00 +00:00
Clement Sam bb950689a4
chore(ci): github action workflow update (#357)
* chore(ci): move issue cards on release

* script: add script to generate changelog

* add changelog generator to release workflow

* chore(ci): move card on pr ready

* Update pr_ready_for_review.yml

* Update pr_ready_for_review.yml

* Create pr_move_in_progress

* Rename pr_move_in_progress to pr_move_to_in_progress.yml
2020-12-07 22:43:44 +00:00
Clement Sam 1722e3c4b9 Added quick install script 2020-08-04 01:50:22 +00:00
Clement Sam 5008777753 Fixes global configurations #26 2020-07-31 06:42:41 +00:00
Clement Sam 3d84cfc816 Added auto cross-compilation script 2020-07-27 13:24:08 +00:00