Skip to content

Commit

Permalink
Merge branch 'master' into nq/remove_gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 committed Oct 16, 2023
2 parents 02d6372 + 2c774c1 commit 267c578
Show file tree
Hide file tree
Showing 9 changed files with 473 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
version_scheme = "semver"
version = "2.17.5"
version = "2.17.6"
version_files = [
"Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion",
"PrimerSDK.podspec:s.version"
Expand Down
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

/Sources/PrimerSDK/Classes/PCI @primer-io/checkout-pci-reviewers
/fastlane @primer-io/checkout-pci-reviewers

PrimerSDK.podspec @primer-io/checkout-pci-reviewers
/Sources/PrimerSDK/Classes/version.swift @primer-io/checkout-pci-reviewers
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
variables:
RUBY_VERSION: 3.2.2

workflow:
rules:
- if: $CI_COMMIT_TAG

build-and-release:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ruby:$RUBY_VERSION
script:
- bundle install
- pod trunk push --allow-root
when: manual
environment: production
Loading

0 comments on commit 267c578

Please sign in to comment.