Skip to content
Snippets Groups Projects

feat: add ssh key to committing stage

Merged Jacek Lebioda requested to merge add-ssh-key into latest
2 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
2
# frozen_string_literal: true
# Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+) - otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag job
# Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+)
# Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag job
module Theme
VERSION = "0.3.17"
end
Loading