Skip to content

Commit

Permalink
feat: Making it ready for v1.0.0-os
Browse files Browse the repository at this point in the history
  • Loading branch information
monirulIslamInfy committed Oct 13, 2024
1 parent 09b9d1e commit 56f29f0
Show file tree
Hide file tree
Showing 940 changed files with 5,904 additions and 291 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/increment_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2024 Infosys Ltd.
# Use of this source code is governed by Apache License 2.0 that can be found in the LICENSE file or at
# http://www.apache.org/licenses/LICENSE-2.0

import re

def increment_build_number(filename):
Expand Down
87 changes: 0 additions & 87 deletions .github/workflows/ios-development.yml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/ios.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: '3.x'

# - name: Increment build number
# run: python .github/scripts/increment_version.py

# - name: Commit changes
# run: |
# git config --global user.name 'GitHub Actions'
# git config --global user.email 'github-actions[bot]@users.noreply.github.com'
# git add .
# git commit -m "Increment build number [skip ci]"
# git tag -a v${{ github.run_number }} -m "Version ${{ github.run_number }}"
# git push origin --tags
# git push
- name: env create
run: echo "VERSION_NUMBER=$GITHUB_REF_NAME" >> $GITHUB_ENV
# - name: tagcreation
Expand Down
Binary file added Contribution_License_Agreement.pdf
Binary file not shown.
77 changes: 0 additions & 77 deletions Jenkins-dev

This file was deleted.

Loading

0 comments on commit 56f29f0

Please sign in to comment.