Skip to content

Commit 45f7a66

Browse files
committed
feat: public repo
2 parents 6aaa26e + af89b23 commit 45f7a66

File tree

5 files changed

+30
-20
lines changed

5 files changed

+30
-20
lines changed

.github/workflows/release-package.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,6 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
# Remove npmrc so we use native auth via GITHUB_TOKEN
3939
- run: rm .npmrc | true
40-
- uses: JS-DevTools/npm-publish@v1
41-
with:
42-
registry: "https://npm.pkg.github.com/"
43-
token: ${{ secrets.GITHUB_TOKEN }}
44-
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
47-
- name: Slack Notification
48-
uses: rtCamp/action-slack-notify@v2
49-
env:
50-
RELEASE_VERSION: ${{ github.event.inputs.version }}
51-
SLACK_CHANNEL: tignum_web
52-
SLACK_COLOR: ${{ job.status }} # or a specific color like 'green' or '#ff00ff'
53-
SLACK_ICON: https://github.com/quintessence/slack-icons/blob/master/images/octocat-spock-slack-icon.png
54-
SLACK_MESSAGE: "New version deployed :rocket: Actions Web Component ${{ github.event.inputs.version }} new version available!"
55-
SLACK_TITLE: ${{ github.event.inputs.version }} Actions Pdf Web Component
56-
SLACK_USERNAME: GitHubActions
57-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5840
publish-npm:
5941
needs: build
6042
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.6.0](https://github.com/TIGNUM/pdf-generation-actions-web-component/compare/v1.5.0...v1.6.0) (2021-06-02)
2+
3+
4+
### Features
5+
6+
* incorrect organization ([e2fe935](https://github.com/TIGNUM/pdf-generation-actions-web-component/commit/e2fe93569c45c59ef26c5ca64c5d4e72699851b0))
7+
18
# [1.5.0](https://github.com/TIGNUM/pdf-generation-actions-web-component/compare/v1.4.0...v1.5.0) (2021-06-02)
29

310

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 TIGNUM
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-generation-actions-web-component",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "components actions to print or render the report to a pdf",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)