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

Publish version 1.0.0 #6

Closed
SimonLab opened this issue Dec 7, 2018 · 1 comment
Closed

Publish version 1.0.0 #6

SimonLab opened this issue Dec 7, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SimonLab
Copy link
Member

SimonLab commented Dec 7, 2018

Now that #5 has been merged and that we have a first version of the API ready we can publish the package to https://package.elm-lang.org/

  • add a new tag which match the version of your package: git tag -a 1.0.0 -m "first release"
  • push the new tag: git push --tags
  • publish the package elm publish

Elm will check that your package is ready to be published:
image

I this case I need to update the Readme first, see #2

  • add example UI that can be build with the package
    image
  • example of the running tests:
    image
@SimonLab SimonLab added the enhancement New feature or request label Dec 7, 2018
@SimonLab SimonLab self-assigned this Dec 7, 2018
SimonLab added a commit that referenced this issue Dec 7, 2018
@SimonLab SimonLab mentioned this issue Dec 7, 2018
@SimonLab
Copy link
Member Author

SimonLab commented Dec 7, 2018

image

the package is now available here: https://package.elm-lang.org/packages/dwyl/elm-criteria/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant