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

Add publish workflow #25

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

Conversation

s-weigand
Copy link
Contributor

@s-weigand s-weigand commented Jul 11, 2020

As discussed in #24 I added workflow to make a release when a tag is pushed.

Features:

  • Makes a release on github when a tag is pushed
  • Automatically sets the body of the release to the latest entry of the changelog
  • Automatically uploads all assets
  • If the tag starts with v (i.e. v1.23), the extension gets published on the chrome and firefox store.
    For this to work you need to set the proper secrets for the Google API and the AMO API. In my extension I found that you also need to provide the extension IDs that were given when published before, so it updates the addon instead of publishing a new one.
    • EXTENSION_ID = hoccpcefjcgnabbmojbfoflggkecmpgd
    • WEB_EXT_ID = {dd10a870-27c8-4b74-bfd4-0f767fe68770} Not needed anymore with web-ext^=5.0.0

@s-weigand
Copy link
Contributor Author

Rebased the PR to fix the conflict ^^

@s-weigand s-weigand mentioned this pull request Mar 28, 2021
@codecov-io
Copy link

Codecov Report

Merging #25 (0b754d5) into master (0e87e48) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   16.85%   16.80%   -0.05%     
==========================================
  Files          19       19              
  Lines         362      363       +1     
  Branches       47       47              
==========================================
  Hits           61       61              
- Misses        299      300       +1     
  Partials        2        2              
Impacted Files Coverage Δ
packages/ManifesFirefox.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e87e48...0b754d5. Read the comment docs.

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.

None yet

2 participants