Skip to content

Commit

Permalink
BUILD: 2024.4 initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
washibana committed Mar 4, 2024
1 parent abfdd16 commit e151659
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/build-monorepo.yaml
Expand Up @@ -9,19 +9,19 @@ variables:
- name: BRANCH # branch to be used
value: master
- name: VERSION_NUMBER # version number of the build
value: 2024.3.0.$(Build.BuildId)
value: 2024.4.0.$(Build.BuildId)
- name: PRODUCT_NUMBER # product number to be used in the installation file
value: 24.3.0.$(Build.BuildId)
value: 24.4.0.$(Build.BuildId)
- name: TAG # tag to be used
value: 2024.3-alpha.0
value: 2024.4-alpha.0
- name: TAG_LATEST # tag to be used
value: master-latest
- name: TAG_PREVIOUS # tag to compare changelog to
value: 2024.2.0
value: 2024.3.0
- name: IS_PRERELASE
value: true
- name: PRODUCT_VERSION # used in setup to differentiate the version of architect
value: 2024.3
value: 2024.4


resources:
Expand Down

0 comments on commit e151659

Please sign in to comment.