Skip to content

Instantly share code, notes, and snippets.

@hugosolar
hugosolar / ccgn-workflow.mermaid
Last active January 29, 2020 12:31
Mermaid syntax CCGN workflow
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hugosolar
hugosolar / release.sh
Last active March 31, 2020 22:08
This is a bash script to release new version of the current wp-theme-cc-chapter theme with all the needed dependencies
#!/bin/bash
#
# This script generates a release zip file from the WordPress theme of the CC Chapter websites
# useful for standaolone installs
set -o errexit
set -o errtrace
set -o nounset
trap '_es=${?};