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

fix: add timestamp to preid #1104

Merged
merged 3 commits into from
Jul 18, 2024
Merged

fix: add timestamp to preid #1104

merged 3 commits into from
Jul 18, 2024

Conversation

A-Behairi
Copy link
Collaborator

@A-Behairi A-Behairi commented Jul 17, 2024

Implemented changes

automatically adding a time stamp to every dev release preid

Screenshots/Videos

Checklist before requesting a review

Copy link

netlify bot commented Jul 17, 2024

Deploy Preview for eoxelements ready!

Name Link
🔨 Latest commit 2e6604b
🔍 Latest deploy log https://app.netlify.com/sites/eoxelements/deploys/6698d292fa3c35000803d568
😎 Deploy Preview https://deploy-preview-1104--eoxelements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

npm version prerelease --preid ${{ inputs.preid }} && \
npm publish --access=public --tag ${{ inputs.preid }}
npm version prerelease --preid ${{ inputs.preid }}.${{ steps.timestamp.outputs.timestamp }} && \
npm publish --access=public --tag ${{ inputs.preid }}.${{ steps.timestamp.outputs.timestamp }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks! I guess in the tag we don't need it, as the tag should ideally always be dev (or something else, like beta, or pr to indicate that it comes from a PR etc.)

See example from openlayers:
image

@silvester-pari silvester-pari merged commit 86c4f3a into main Jul 18, 2024
7 checks passed
@silvester-pari silvester-pari deleted the elements/fix/dev-release branch July 18, 2024 08:35
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.

2 participants