Skip to content

Add publish workflow#25

Open
s-weigand wants to merge 8 commits intodderevjanik:masterfrom
s-weigand:add-publish-workflow
Open

Add publish workflow#25
s-weigand wants to merge 8 commits intodderevjanik:masterfrom
s-weigand:add-publish-workflow

Conversation

@s-weigand
Copy link
Copy Markdown
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 s-weigand force-pushed the add-publish-workflow branch from b0a1651 to f2dd3b6 Compare October 15, 2020 15:27
@s-weigand
Copy link
Copy Markdown
Contributor Author

Rebased the PR to fix the conflict ^^

@s-weigand s-weigand force-pushed the add-publish-workflow branch from f2dd3b6 to 35b8b77 Compare March 26, 2021 21:33
@s-weigand s-weigand mentioned this pull request Mar 28, 2021
@s-weigand s-weigand force-pushed the add-publish-workflow branch from 35b8b77 to 0b754d5 Compare April 5, 2021 11:18
@codecov-io
Copy link
Copy Markdown

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.

2 participants