-
Notifications
You must be signed in to change notification settings - Fork 58
Improve style in Readme #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This change upstyles the Readme to better highlight the scripts and commands to be run, rewords a couple of sections for clarity and adds section titles for easier navigation.
raspyweather
approved these changes
Jul 21, 2020
Freezor
added a commit
that referenced
this pull request
Jun 13, 2024
…versioning (#272) * image now includes curl and nano (#265) * Update CONTRIBUTORS.md * Add parameters "external-blazor" * Fix null in .value * Fix value null * Implement Semantic Versioning and Automated Version Updates for Release Builds (#260) This pull request introduces changes to the release build script to adopt semantic versioning. The version format now follows the pattern: coreversion-buildnumber-aasmodel-suffix-buildsuffix. e.g.: 0.3.0-2-aasV3-alpha-develop * clean up pipeline scripts and allow usage of semantic versioning (#268) Update the process for creating versions: Update the Changelog Move all current changes to the [Released] section in the changelog. Determine the new version number based on semantic versioning and add the release date. Update the Version Configuration Use the new version number to update the current_version.cfg. Push Changes Push these changes to the branch you want to release from (main/develop/or your branch). Create a New Version Tag on GitHub Go to GitHub and create a new version tag on the branch. This tag should be the full version string, such as "0.3.0-1-aasV3-alpha-develop". The build number can be omitted in the tag name. * Update check-release.yml * Update build-and-package-release.yml * Update check-release.yml * Update build-and-package-release.yml * Update current_build_number.cfg * Update build-and-package-release.yml * Update execution policy in build-and-package-release.yml * Update build-and-package-release.yml * Update build-and-package-release.yml * create temporary build on push * Update build-and-package-release.yml * A Update build-and-package-release.yml * Update build-and-package-release.yml * Another Update build-and-package-release.yml * Update build-and-package-release.yml * Update build-and-package-release.yml * Update build-and-package-release.yml * Update build-and-package-release.yml * Update build-and-package-release.yml * Update build-and-package-release.yml * Another Update build-and-package-release.yml * Fix version naming build-and-package-release.yml * Change upload URL build-and-package-release.yml * Add env to upload artifacts in build-and-package-release.yml * Revert upload to AButler build-and-package-release.yml * Update path of upload in build-and-package-release.yml * Update build-and-package-release.yml * Update current_build_number.cfg * Update build-and-package-release.yml * Update build-and-package-release.yml * Update check-release.yml * update release workflow * fix branch name extraction * fix branch retrieval * Try to fix branch name extraction * fix naming of branch based on tag commit * syntax fix * Allow self signed certificate * update release packaging and remove build version number * update workflow * add release changelog * Remove "needs" as this is not part of the steps syntaxs * Fix version error for actions/create-release * add additional log outpu * fix for empty Value when creating Element via REST Fixes "Value cannot be null. (Parameter 'source')" when trying to POST a SME into a SMC via REST API while the SMC has not been initializes properly (=> null as Value) * create new workflows * fix workflows * update workflow * fix workflow setupt * update workflow and FIx Project Renaming * fix workflow order and fix project renaming * fix workflow order and fix project renaming * revert commit on UpdateProjectVersions.ps1 * fix release asset naming * update release-drafter configuration * Fix release-drafter configuration and fix asset upload * try fixing asset upload * Fixing upload and changelog creation * fix versioning * TRY updating asset upload * Fix changelog configuration * Fix attaching release assets * Fix Version naming for release asset upload update README.md Remove release-drafter.yml * Fix release Note generation * update changelog template * update changelog template * update changelog builder config * Freezor/refactor prpgram env from array to enumerable (#1) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * Fix changelog builder * update path of changelog config * fix changelog for no prev tags * Freezor/refactor program env from array to enumerable (#2) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * use target-type new * fix build syntax * Update prerelease-on-merge-to-main.yml * fix changelog_configuration.json * update workflows * update fetching of latest tag to build release notes againt * update changelog_configuration.json * update path to changelog_configuration.json * fix output for latest tag extraction * fix check-release.yml * fix timestamp in check-release.yml * fix timestamp variable in set_timestamp * fix timestamp usage * fix date extraction * fix again * update datetime string * update artefact uploade * Create codeql.yml * remove codeql.yml * fix deprecated github action versions * add .editorconfig * update file styling * add new code analysis workflow * fix analysis workflow * update analysis runner * update analysis * fix path to solution * improve message * add format report * change verbosity and update editorconfig * fix dotnetformat command * change workflow * fix analysis * add codeQL analytics * update code analysis * Fix basyx attachements in PCF * update build steps for codeQL * update build step * update codeql build steps * Re-Order steps * remove autobuild * add extended query suite * update workflow naming * remove check-style.yml * remove build-docker-images.yml as it is only used at one specific branch which is no longer active * remove build-and-publish-docker-images-release.yml as it is now used in other workflows * Update workflow names and include docker build and release job * remove check-release.yml workflow to be triggered on push to main, as the prerelease build is triggered anyway and so the check is included there --------- Co-authored-by: Marta <84308731+martafullen@users.noreply.github.com> Co-authored-by: juileetikekar <juilee.tikekar@idtwin.org> Co-authored-by: aorzelskiGH <aorzelski@phoenixcontact.com> Co-authored-by: AlexanderWollbrink <68860592+AlexanderWollbrink@users.noreply.github.com>
Freezor
added a commit
that referenced
this pull request
Jun 13, 2024
…versioning (#273) * update release workflow * fix branch name extraction * fix branch retrieval * fix naming of branch based on tag commit * update release packaging and remove build version number * update workflow * add release changelog * Remove "needs" as this is not part of the steps syntaxs * Fix version error for actions/create-release * add additional log outpu * create new workflows * fix workflows * update workflow * fix workflow setupt * update workflow and FIx Project Renaming * fix workflow order and fix project renaming * fix workflow order and fix project renaming * revert commit on UpdateProjectVersions.ps1 * fix release asset naming * update release-drafter configuration * Fix release-drafter configuration and fix asset upload * try fixing asset upload * Fixing upload and changelog creation * fix versioning * TRY updating asset upload * Fix changelog configuration * Fix attaching release assets * Fix Version naming for release asset upload update README.md Remove release-drafter.yml * Fix release Note generation * update changelog template * update changelog template * update changelog builder config * Freezor/refactor prpgram env from array to enumerable (#1) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * Fix changelog builder * update path of changelog config * fix changelog for no prev tags * Freezor/refactor program env from array to enumerable (#2) * remove old code * fix call of now deleted code * Remove all references to OPCUA * update CHANGELOG.md * transform program.env from array to List * Fix indexOf from array to list * fix launch and prevent certificate crash * use target-type new * fix build syntax * Update prerelease-on-merge-to-main.yml * fix changelog_configuration.json * update workflows * update fetching of latest tag to build release notes againt * update changelog_configuration.json * update path to changelog_configuration.json * fix output for latest tag extraction * fix check-release.yml * fix timestamp in check-release.yml * fix timestamp variable in set_timestamp * fix timestamp usage * fix date extraction * fix again * update datetime string * update artefact uploade * Create codeql.yml * remove codeql.yml * fix deprecated github action versions * add .editorconfig * update file styling * add new code analysis workflow * fix analysis workflow * update analysis runner * update analysis * fix path to solution * improve message * add format report * change verbosity and update editorconfig * fix dotnetformat command * change workflow * fix analysis * add codeQL analytics * update code analysis * update build steps for codeQL * update build step * update codeql build steps * Re-Order steps * remove autobuild * add extended query suite * update workflow naming * remove check-style.yml * remove build-docker-images.yml as it is only used at one specific branch which is no longer active * remove build-and-publish-docker-images-release.yml as it is now used in other workflows * Update workflow names and include docker build and release job * remove check-release.yml workflow to be triggered on push to main, as the prerelease build is triggered anyway and so the check is included there
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change upstyles the Readme to better highlight the scripts and commands to be run, rewords a couple of sections for clarity and adds section titles for easier navigation.