Skip to content

Commit

Permalink
Automating Release process (#1)
Browse files Browse the repository at this point in the history
* v6.3.6

* Revert "v6.3.6"

This reverts commit 5ffe696.

* v6.3.5

* testing release workflow-1

* testing release workflow-1

* testing release workflow-1
  • Loading branch information
ravi-kumar-pilla committed Aug 15, 2023
1 parent 3c50980 commit 2cee81d
Show file tree
Hide file tree
Showing 11 changed files with 612 additions and 411 deletions.
42 changes: 21 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
version: 2.1
# version: 2.1

setup: true
# setup: true

orbs:
path-filtering: circleci/[email protected]
# orbs:
# path-filtering: circleci/[email protected]

workflows:
regular:
jobs:
# the path-filtering/filter job determines which pipeline
# parameters to update, i.e. which builds to run.
- path-filtering/filter:
name: check-updated-files
base-revision: main
config-path: .circleci/continue_config.yml
# <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
mapping: |
package/.* backend_change true
.circleci/.* ci_change true
^((?!package/).)*$ frontend_change true
filters:
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
# workflows:
# regular:
# jobs:
# # the path-filtering/filter job determines which pipeline
# # parameters to update, i.e. which builds to run.
# - path-filtering/filter:
# name: check-updated-files
# base-revision: main
# config-path: .circleci/continue_config.yml
# # <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
# mapping: |
# package/.* backend_change true
# .circleci/.* ci_change true
# ^((?!package/).)*$ frontend_change true
# filters:
# tags:
# only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
Loading

0 comments on commit 2cee81d

Please sign in to comment.