Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AGD-3334 - Create Release Folders, Implement Github Actions #118

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

johnpierson
Copy link
Member

@johnpierson johnpierson commented Jan 24, 2025

This PR (draft right now) will add a Release Folder with a structure that ensures compatibility with Revit versions.

Proposed Structure:

  • Samples
    • CommunitySamples
      • SampleName1
    • Revit2023
      • SampleName1
      • SampleName2
    • Revit2024
      • SampleName1
      • SampleName2
    • Revit2025
      • SampleName1
      • SampleName2
    • Revit2026
      • SampleName1
      • SampleName2

Automation

For release of files, all files will be zipped into a few different zip files.

  • There will be a zip file for each Revit version (allowing users to download all samples for their Revit version in one pass).
  • Each sample will also be zipped with a Revit version number prefix. See image below for an example Github release.

This release is auto-generated on a merged PR to ensure the latest samples are always available.
image

Linking in Primer

With using Github releases we an hyperlink directly to the latest release files with a URL that stays the same consistently between releases. (Note: a sample github was used for the links below)
Eg.

To download the Office Layout sample, please select your Revit version below!
2023
2024
2025
2026

FYIs

@achintyabhat @emru-y

@johnpierson johnpierson changed the title Create Release Folders AGD-3334 - Create Release Folders Jan 29, 2025
@johnpierson
Copy link
Member Author

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/AGD-3334

@johnpierson johnpierson changed the title AGD-3334 - Create Release Folders AGD-3334 - Create Release Folders, Update Samples Jan 29, 2025
@johnpierson johnpierson marked this pull request as ready for review January 31, 2025 13:36
@johnpierson johnpierson changed the title AGD-3334 - Create Release Folders, Update Samples AGD-3334 - Create Release Folders, Implement Github Actions Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant