Skip to content

Instantly share code, notes, and snippets.

View nik-sta's full-sized avatar
👻
programmer. see also wizard, magician.

Nikola Stanković nik-sta

👻
programmer. see also wizard, magician.
View GitHub Profile
@nik-sta
nik-sta / release-repository.sh
Created May 12, 2022 23:10 — forked from romainbsl/release-repository.sh
Sonatype: close and release a staging repository
#!/usr/bin/env bash
username=
password=
stagedRepositoryId=
while [ "$1" != "" ]; do
case $1 in
-u | --username)
shift